From 4c03ca2cf52eef07cd197219daf6e5aa67d83d89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 19:45:14 +0000 Subject: [PATCH] Bump the minor-deps group with 2 updates 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](https://github.com/actions/checkout/compare/eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871...11bd71901bbe5b1630ceea73d27597364c9af683) Updates `rtCamp/action-slack-notify` from 2.3.1 to 2.3.2 - [Release notes](https://github.com/rtcamp/action-slack-notify/releases) - [Commits](https://github.com/rtcamp/action-slack-notify/compare/65e6fc1ce697e2df8149d9ae9909acc5ec5599ce...c33737706dea87cd7784c687dadc9adf1be59990) --- 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] --- .github/workflows/audit-nais.yml | 2 +- .github/workflows/autotest.yml | 4 ++-- .github/workflows/report-and-notify.yml | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/audit-nais.yml b/.github/workflows/audit-nais.yml index 8a65154c0d72..d26397d2b088 100644 --- a/.github/workflows/audit-nais.yml +++ b/.github/workflows/audit-nais.yml @@ -19,7 +19,7 @@ jobs: image: 'ghcr.io/${{ github.repository }}/audit-nais-mock' steps: - name: Checkout code - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # ratchet:actions/checkout@v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/checkout@v4 - name: Generate build version id: generate-build-version run: | diff --git a/.github/workflows/autotest.yml b/.github/workflows/autotest.yml index 3ea793785c92..3ce32a54cdf0 100644 --- a/.github/workflows/autotest.yml +++ b/.github/workflows/autotest.yml @@ -30,9 +30,9 @@ jobs: outputs: result: ${{ steps.result.outputs.result }} steps: - - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # ratchet:actions/checkout@v4 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/checkout@v4 if: github.repository == 'navikt/fp-autotest' - - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # ratchet:actions/checkout@v4 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/checkout@v4 if: github.repository != 'navikt/fp-autotest' with: repository: 'navikt/fp-autotest' diff --git a/.github/workflows/report-and-notify.yml b/.github/workflows/report-and-notify.yml index d1107dd31bb5..9fca645ce0b9 100644 --- a/.github/workflows/report-and-notify.yml +++ b/.github/workflows/report-and-notify.yml @@ -36,7 +36,7 @@ jobs: continue-on-error: true timeout-minutes: 5 steps: - - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # ratchet:actions/checkout@v4 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/checkout@v4 with: repository: 'navikt/fp-autotest' - name: Henter testresultat for fpsak @@ -95,7 +95,7 @@ jobs: timeout-minutes: 2 steps: - name: Henter ut historie til trigger - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # ratchet:actions/checkout@v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/checkout@v4 with: repository: ${{ github.repository }} path: ${{ github.repository }} @@ -168,7 +168,7 @@ jobs: fi - name: Slack Notification if: success() - uses: rtCamp/action-slack-notify@65e6fc1ce697e2df8149d9ae9909acc5ec5599ce # ratchet:rtCamp/action-slack-notify@v2.3.1 + uses: rtCamp/action-slack-notify@c33737706dea87cd7784c687dadc9adf1be59990 # ratchet:rtCamp/action-slack-notify@v2.3.2 env: SLACK_CHANNEL: vtp-autotest-resultat SLACK_COLOR: ${{ env.SLACK_COLOR }} @@ -181,7 +181,7 @@ jobs: MSG_MINIMAL: true - name: Slack Notification if: failure() - uses: rtCamp/action-slack-notify@65e6fc1ce697e2df8149d9ae9909acc5ec5599ce # ratchet:rtCamp/action-slack-notify@v2.3.1 + uses: rtCamp/action-slack-notify@c33737706dea87cd7784c687dadc9adf1be59990 # ratchet:rtCamp/action-slack-notify@v2.3.2 env: SLACK_CHANNEL: vtp-autotest-resultat SLACK_COLOR: #df1515