workflows: fix artipacked warning
Fixes https://github.com/Homebrew/brew/security/code-scanning/32 Fixes https://github.com/Homebrew/brew/security/code-scanning/33 Fixes https://github.com/Homebrew/brew/security/code-scanning/42
This commit is contained in:
parent
6469a24e46
commit
2ec174ffb7
2
.github/workflows/codeql-analysis.yml
vendored
2
.github/workflows/codeql-analysis.yml
vendored
@ -24,6 +24,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
|
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
|
||||||
|
with:
|
||||||
|
persist-credentials: false
|
||||||
|
|
||||||
- name: Initialize CodeQL
|
- name: Initialize CodeQL
|
||||||
uses: github/codeql-action/init@662472033e021d55d94146f66f6058822b0b39fd # v3
|
uses: github/codeql-action/init@662472033e021d55d94146f66f6058822b0b39fd # v3
|
||||||
|
|||||||
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
@ -35,6 +35,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
|
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
|
||||||
|
with:
|
||||||
|
persist-credentials: false
|
||||||
|
|
||||||
- name: Install vale
|
- name: Install vale
|
||||||
run: brew install vale
|
run: brew install vale
|
||||||
|
|||||||
1
.github/workflows/rubydoc.yml
vendored
1
.github/workflows/rubydoc.yml
vendored
@ -40,6 +40,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
repository: Homebrew/rubydoc.brew.sh
|
repository: Homebrew/rubydoc.brew.sh
|
||||||
path: rubydoc
|
path: rubydoc
|
||||||
|
persist-credentials: false
|
||||||
|
|
||||||
- name: Install Ruby
|
- name: Install Ruby
|
||||||
uses: ruby/setup-ruby@7bae1d00b5db9166f4f0fc47985a3a5702cb58f0 # v1.197.0
|
uses: ruby/setup-ruby@7bae1d00b5db9166f4f0fc47985a3a5702cb58f0 # v1.197.0
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user