Skip to content

Commit b8526ed

Browse files
Bump the minor-deps group with 2 updates (#1454)
Bumps the minor-deps group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [rtCamp/action-slack-notify](https://github.com/rtcamp/action-slack-notify). Updates `actions/checkout` from 4.2.1 to 4.2.2 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@eef6144...11bd719) Updates `rtCamp/action-slack-notify` from 2.3.1 to 2.3.2 - [Release notes](https://github.com/rtcamp/action-slack-notify/releases) - [Commits](rtCamp/action-slack-notify@65e6fc1...c337377) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-deps - dependency-name: rtCamp/action-slack-notify 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 dc95019 commit b8526ed

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
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@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # ratchet:actions/checkout@v4
22+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 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,9 +30,9 @@ jobs:
3030
outputs:
3131
result: ${{ steps.result.outputs.result }}
3232
steps:
33-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # ratchet:actions/checkout@v4
33+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/checkout@v4
3434
if: github.repository == 'navikt/fp-autotest'
35-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # ratchet:actions/checkout@v4
35+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/checkout@v4
3636
if: github.repository != 'navikt/fp-autotest'
3737
with:
3838
repository: 'navikt/fp-autotest'

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

Lines changed: 4 additions & 4 deletions
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@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # ratchet:actions/checkout@v4
39+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 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@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # ratchet:actions/checkout@v4
98+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/checkout@v4
9999
with:
100100
repository: ${{ github.repository }}
101101
path: ${{ github.repository }}
@@ -168,7 +168,7 @@ jobs:
168168
fi
169169
- name: Slack Notification
170170
if: success()
171-
uses: rtCamp/action-slack-notify@65e6fc1ce697e2df8149d9ae9909acc5ec5599ce # ratchet:rtCamp/[email protected].1
171+
uses: rtCamp/action-slack-notify@c33737706dea87cd7784c687dadc9adf1be59990 # ratchet:rtCamp/[email protected].2
172172
env:
173173
SLACK_CHANNEL: vtp-autotest-resultat
174174
SLACK_COLOR: ${{ env.SLACK_COLOR }}
@@ -181,7 +181,7 @@ jobs:
181181
MSG_MINIMAL: true
182182
- name: Slack Notification
183183
if: failure()
184-
uses: rtCamp/action-slack-notify@65e6fc1ce697e2df8149d9ae9909acc5ec5599ce # ratchet:rtCamp/[email protected].1
184+
uses: rtCamp/action-slack-notify@c33737706dea87cd7784c687dadc9adf1be59990 # ratchet:rtCamp/[email protected].2
185185
env:
186186
SLACK_CHANNEL: vtp-autotest-resultat
187187
SLACK_COLOR: #df1515

0 commit comments

Comments
 (0)