Skip to content

Commit 011008a

Browse files
authored
Pin (and update) actions (#864)
Pins actions to a hash instead of using a tag as suggested among others by the OpenSSF Scorecard project.
1 parent 5462c98 commit 011008a

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/buildAndTestDatabaseIteratorsStandalone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
python-version: 3.11
2323

2424
- name: Checkout project
25-
uses: actions/checkout@v3
25+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2626
with:
2727
path: sandbox
2828

.github/workflows/buildAndTestStructured.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
python-version: 3.11
3131

3232
- name: Cache git folder
33-
uses: actions/cache@v3
33+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.0.3
3434
with:
3535
path: sandbox/.git
3636
key: git-folder
@@ -42,7 +42,7 @@ jobs:
4242
version: 1.0
4343

4444
- name: Checkout project
45-
uses: actions/checkout@v3
45+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4646
with:
4747
path: sandbox
4848
submodules: recursive
@@ -105,7 +105,7 @@ jobs:
105105
${GITHUB_WORKSPACE}/sandbox/benchmarks/inner_product/plot.sh -i /tmp/result.jsonl
106106
107107
- name: Archive benchmark plots
108-
uses: actions/upload-artifact@v4
108+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
109109
with:
110110
name: structured-benchmark-plots
111111
path: |

trunk/.github/workflows/buildAndTestIreeDialects.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
python-version: 3.9
2323

2424
- name: Checkout project
25-
uses: actions/checkout@v3
25+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2626
with:
2727
path: sandbox
2828
submodules: recursive

trunk/.github/workflows/testSQLDialect.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
python-version: "3.10"
2121

2222
- name: Checkout project
23-
uses: actions/checkout@v3
23+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2424
with:
2525
path: sandbox
2626

0 commit comments

Comments
 (0)