Skip to content

Commit d9dad03

Browse files
authored
Merge pull request #34 from pq-code-package/dependabot/github_actions/actions/checkout-5.0.0
2 parents 0a03229 + e43da4e commit d9dad03

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/base.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
name: Quickcheck (${{ matrix.target.name }}, ACVP ${{ matrix.acvp-version }})
3636
runs-on: ${{ matrix.target.runner }}
3737
steps:
38-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
38+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3939
- name: Run ACVP test
4040
run: |
4141
make
@@ -60,7 +60,7 @@ jobs:
6060
name: Quickcheck C90 (${{ matrix.target.name }})
6161
runs-on: ${{ matrix.target.runner }}
6262
steps:
63-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
63+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
6464
with:
6565
submodules: true
6666
- name: make quickcheck

.github/workflows/cbmc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: CBMC
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
17+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1818
- uses: ./.github/actions/cbmc
1919
with:
2020
gh_token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
compiler: { darwin: False }
7777
runs-on: ${{ matrix.target.runner }}
7878
steps:
79-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
79+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
8080
- name: build+functest (default)
8181
uses: ./.github/actions/multi-functest
8282
with:

.github/workflows/nix.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
outputs:
2020
run_needed: ${{ steps.check_run.outputs.run_needed }}
2121
steps:
22-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
22+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2323
if: github.event_name != 'workflow_dispatch'
2424
with:
2525
fetch-depth: 0
@@ -60,7 +60,7 @@ jobs:
6060
name: build nix cache (${{ matrix.runner }})
6161
runs-on: ${{ matrix.runner }}
6262
steps:
63-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
63+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
6464
- uses: ./.github/actions/setup-nix
6565
with:
6666
cache: true

0 commit comments

Comments
 (0)