Skip to content

Commit 0ef2121

Browse files
Bump actions/checkout from 4.1.4 to 4.1.5 in the minor-deps group (#1359)
Bumps the minor-deps group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 4.1.4 to 4.1.5 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@0ad4b8f...44c2b7a) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-deps ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 50042d7 commit 0ef2121

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/audit-nais.yml

+1-1
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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # ratchet:actions/checkout@v4
22+
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # ratchet:actions/checkout@v4
2323
- name: Generate build version
2424
id: generate-build-version
2525
run: |

.github/workflows/autotest.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ jobs:
3030
outputs:
3131
result: ${{ steps.result.outputs.result }}
3232
steps:
33-
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # ratchet:actions/checkout@v4
33+
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # ratchet:actions/checkout@v4
3434
if: github.repository == 'navikt/fp-autotest'
35-
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # ratchet:actions/checkout@v4
35+
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # ratchet:actions/checkout@v4
3636
if: github.repository != 'navikt/fp-autotest'
3737
with:
3838
repository: 'navikt/fp-autotest'

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
continue-on-error: true
3737
timeout-minutes: 5
3838
steps:
39-
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # ratchet:actions/checkout@v4
39+
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # ratchet:actions/checkout@v4
4040
with:
4141
repository: 'navikt/fp-autotest'
4242
- name: Henter testresultat for fpsak
@@ -95,7 +95,7 @@ jobs:
9595
timeout-minutes: 2
9696
steps:
9797
- name: Henter ut historie til trigger
98-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # ratchet:actions/checkout@v4
98+
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # ratchet:actions/checkout@v4
9999
with:
100100
repository: ${{ github.repository }}
101101
path: ${{ github.repository }}

0 commit comments

Comments
 (0)