diff --git a/.github/workflows/build-and-deploy-master.yml b/.github/workflows/build-and-deploy-master.yml index 5ca8dc93c3b..c6e3a69a625 100644 --- a/.github/workflows/build-and-deploy-master.yml +++ b/.github/workflows/build-and-deploy-master.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Sjekk ut kode - uses: actions/checkout@v2.4.0 + uses: actions/checkout@v6 - run: git fetch --prune --unshallow - name: Sette opp Node uses: actions/setup-node@v2.5.0 diff --git a/.github/workflows/codeql-analysis-with-atm-query-pack.yml b/.github/workflows/codeql-analysis-with-atm-query-pack.yml index 641fa9e1054..6fd19a42fe8 100644 --- a/.github/workflows/codeql-analysis-with-atm-query-pack.yml +++ b/.github/workflows/codeql-analysis-with-atm-query-pack.yml @@ -30,7 +30,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v6 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 70fe41a66ce..434932f3b27 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -25,7 +25,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v2.4.0 + uses: actions/checkout@v6 with: # We must fetch at least the immediate parents so that if this is # a pull request then we can checkout the head. diff --git a/.github/workflows/promote.yml b/.github/workflows/promote.yml index 529b1f8f04c..3e6d45f6e18 100644 --- a/.github/workflows/promote.yml +++ b/.github/workflows/promote.yml @@ -30,7 +30,7 @@ jobs: run: echo "IMAGE=$IMAGE_BASE:$(echo ${{ steps.issue_comment.outputs.title }} | awk '{print $NF}')" >> $GITHUB_ENV - name: Sjekk ut kode - uses: actions/checkout@v2 + uses: actions/checkout@v6 with: ref: ${{ steps.issue_comment.outputs.sha }} diff --git a/.github/workflows/valider-pull-request.yml b/.github/workflows/valider-pull-request.yml index 3b324042ca3..ce013b2c31d 100644 --- a/.github/workflows/valider-pull-request.yml +++ b/.github/workflows/valider-pull-request.yml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Hente kode - uses: actions/checkout@v2.4.0 + uses: actions/checkout@v6 - name: Sette opp Node uses: actions/setup-node@v2.5.0 with: