Skip to content

Commit 5f2011e

Browse files
chore(deps): bump actions/checkout from 5.0.0 to 6.0.0 (#1773)
Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.0 to 6.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@08c6903...1af3b93) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent da52dd7 commit 5f2011e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/audit-nais.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
image: 'ghcr.io/${{ github.repository }}/audit-nais-mock'
2020
steps:
2121
- name: Checkout code
22-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # ratchet:actions/checkout@v4
22+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # ratchet:actions/checkout@v4
2323
- name: Generate build version
2424
id: generate-build-version
2525
run: |

.github/workflows/autotest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ jobs:
3030
outputs:
3131
result: ${{ steps.result.outputs.result }}
3232
steps:
33-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # ratchet:actions/checkout@v4
33+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # ratchet:actions/checkout@v4
3434
if: github.repository == 'navikt/fp-autotest'
3535
with:
3636
ref: ${{ github.ref_name }}
37-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # ratchet:actions/checkout@v4
37+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # ratchet:actions/checkout@v4
3838
if: github.repository != 'navikt/fp-autotest'
3939
with:
4040
repository: 'navikt/fp-autotest'

.github/workflows/report-and-notify.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
private-key: ${{ secrets.APP_GITHUB_PRIVATE_KEY }}
4848
app-id: ${{ secrets.APP_GITHUB_ID }}
4949
repo: navikt/fp-autotest
50-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # ratchet:actions/checkout@v4
50+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # ratchet:actions/checkout@v4
5151
with:
5252
repository: 'navikt/fp-autotest'
5353
token: ${{ steps.get-token.outputs.token }}
@@ -109,7 +109,7 @@ jobs:
109109
timeout-minutes: 2
110110
steps:
111111
- name: Henter ut historie til trigger
112-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # ratchet:actions/checkout@v4
112+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # ratchet:actions/checkout@v4
113113
with:
114114
repository: ${{ github.repository }}
115115
path: ${{ github.repository }}

0 commit comments

Comments
 (0)