Skip to content

Commit 6df6009

Browse files
authored
Merge pull request #130 from chenrui333/pip-workflow-sha
2 parents 57a256c + 85061d4 commit 6df6009

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/actionlint.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Install tools
4242
run: brew install actionlint shellcheck zizmor
4343

44-
- uses: actions/checkout@v4
44+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
4545
with:
4646
persist-credentials: false
4747

@@ -50,7 +50,7 @@ jobs:
5050
zizmor --format sarif . > results.sarif || true
5151
5252
- name: Upload SARIF file
53-
uses: actions/upload-artifact@v4
53+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
5454
with:
5555
name: results.sarif
5656
path: results.sarif
@@ -74,13 +74,13 @@ jobs:
7474
security-events: write
7575
steps:
7676
- name: Download SARIF file
77-
uses: actions/download-artifact@v4
77+
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4
7878
with:
7979
name: results.sarif
8080
path: results.sarif
8181

8282
- name: Upload SARIF file
83-
uses: github/codeql-action/upload-sarif@v3
83+
uses: github/codeql-action/upload-sarif@35d3f2d6f62ccd9c6d2a51979d4284031a600c09 # v3
8484
with:
8585
sarif_file: results.sarif
8686
category: zizmor

.github/workflows/audit.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ jobs:
1313
contents: write
1414
steps:
1515
- name: Check out this repo
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1717
with:
1818
fetch-depth: 0
1919
# credentials intentionally persisted for git operations below
2020
persist-credentials: true
2121

22-
- uses: actions/setup-python@v5
22+
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5
2323
with:
2424
python-version: "3.x"
2525

.github/workflows/auto-pr.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
AUTO_PR_LIMIT: ${{ inputs.pr-limit }}
3636

3737
- name: Check out this repo
38-
uses: actions/checkout@v4
38+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
3939
with:
4040
fetch-depth: 0
4141
persist-credentials: false
@@ -50,7 +50,7 @@ jobs:
5050

5151
- name: Cache Homebrew Bundler RubyGems
5252
id: cache
53-
uses: actions/cache@v4
53+
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
5454
with:
5555
path: ${{ steps.set-up-homebrew.outputs.gems-path }}
5656
key: ${{ runner.os }}-rubygems-${{ steps.set-up-homebrew.outputs.gems-hash }}

0 commit comments

Comments
 (0)