Merge pull request #305979 from NixOS/dependabot/github_actions/actions/checkout-4.1.3

build(deps): bump actions/checkout from 4.1.1 to 4.1.3

authored by Thomas Gerbet and committed by GitHub 766a94e0 f98e5d63

+13 -13
+1 -1
.github/workflows/backport.yml
··· 20 if: github.repository_owner == 'NixOS' && github.event.pull_request.merged == true && (github.event_name != 'labeled' || startsWith('backport', github.event.label.name)) 21 runs-on: ubuntu-latest 22 steps: 23 - - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 24 with: 25 ref: ${{ github.event.pull_request.head.sha }} 26 - name: Create backport PRs
··· 20 if: github.repository_owner == 'NixOS' && github.event.pull_request.merged == true && (github.event_name != 'labeled' || startsWith('backport', github.event.label.name)) 21 runs-on: ubuntu-latest 22 steps: 23 + - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 24 with: 25 ref: ${{ github.event.pull_request.head.sha }} 26 - name: Create backport PRs
+1 -1
.github/workflows/basic-eval.yml
··· 18 runs-on: ubuntu-latest 19 # we don't limit this action to only NixOS repo since the checks are cheap and useful developer feedback 20 steps: 21 - - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 22 - uses: cachix/install-nix-action@8887e596b4ee1134dae06b98d573bd674693f47c # v26 23 - uses: cachix/cachix-action@18cf96c7c98e048e10a83abd92116114cd8504be # v14 24 with:
··· 18 runs-on: ubuntu-latest 19 # we don't limit this action to only NixOS repo since the checks are cheap and useful developer feedback 20 steps: 21 + - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 22 - uses: cachix/install-nix-action@8887e596b4ee1134dae06b98d573bd674693f47c # v26 23 - uses: cachix/cachix-action@18cf96c7c98e048e10a83abd92116114cd8504be # v14 24 with:
+1 -1
.github/workflows/check-by-name.yml
··· 84 exit 1 85 fi 86 echo "mergedSha=$mergedSha" >> "$GITHUB_ENV" 87 - - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 88 with: 89 # pull_request_target checks out the base branch by default 90 ref: ${{ env.mergedSha }}
··· 84 exit 1 85 fi 86 echo "mergedSha=$mergedSha" >> "$GITHUB_ENV" 87 + - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 88 with: 89 # pull_request_target checks out the base branch by default 90 ref: ${{ env.mergedSha }}
+1 -1
.github/workflows/check-cherry-picks.yml
··· 12 runs-on: ubuntu-latest 13 if: github.repository_owner == 'NixOS' 14 steps: 15 - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 16 with: 17 fetch-depth: 0 18 filter: blob:none
··· 12 runs-on: ubuntu-latest 13 if: github.repository_owner == 'NixOS' 14 steps: 15 + - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 16 with: 17 fetch-depth: 0 18 filter: blob:none
+1 -1
.github/workflows/check-maintainers-sorted.yaml
··· 12 runs-on: ubuntu-latest 13 if: github.repository_owner == 'NixOS' 14 steps: 15 - - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 16 with: 17 # pull_request_target checks out the base branch by default 18 ref: refs/pull/${{ github.event.pull_request.number }}/merge
··· 12 runs-on: ubuntu-latest 13 if: github.repository_owner == 'NixOS' 14 steps: 15 + - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 16 with: 17 # pull_request_target checks out the base branch by default 18 ref: refs/pull/${{ github.event.pull_request.number }}/merge
+1 -1
.github/workflows/check-nix-format.yml
··· 15 runs-on: ubuntu-latest 16 if: github.repository_owner == 'NixOS' 17 steps: 18 - - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 19 with: 20 # pull_request_target checks out the base branch by default 21 ref: refs/pull/${{ github.event.pull_request.number }}/merge
··· 15 runs-on: ubuntu-latest 16 if: github.repository_owner == 'NixOS' 17 steps: 18 + - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 19 with: 20 # pull_request_target checks out the base branch by default 21 ref: refs/pull/${{ github.event.pull_request.number }}/merge
+1 -1
.github/workflows/editorconfig.yml
··· 24 - name: print list of changed files 25 run: | 26 cat "$HOME/changed_files" 27 - - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 28 with: 29 # pull_request_target checks out the base branch by default 30 ref: refs/pull/${{ github.event.pull_request.number }}/merge
··· 24 - name: print list of changed files 25 run: | 26 cat "$HOME/changed_files" 27 + - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 28 with: 29 # pull_request_target checks out the base branch by default 30 ref: refs/pull/${{ github.event.pull_request.number }}/merge
+1 -1
.github/workflows/manual-nixos.yml
··· 14 runs-on: ubuntu-latest 15 if: github.repository_owner == 'NixOS' 16 steps: 17 - - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 18 with: 19 # pull_request_target checks out the base branch by default 20 ref: refs/pull/${{ github.event.pull_request.number }}/merge
··· 14 runs-on: ubuntu-latest 15 if: github.repository_owner == 'NixOS' 16 steps: 17 + - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 18 with: 19 # pull_request_target checks out the base branch by default 20 ref: refs/pull/${{ github.event.pull_request.number }}/merge
+1 -1
.github/workflows/manual-nixpkgs.yml
··· 16 runs-on: ubuntu-latest 17 if: github.repository_owner == 'NixOS' 18 steps: 19 - - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 20 with: 21 # pull_request_target checks out the base branch by default 22 ref: refs/pull/${{ github.event.pull_request.number }}/merge
··· 16 runs-on: ubuntu-latest 17 if: github.repository_owner == 'NixOS' 18 steps: 19 + - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 20 with: 21 # pull_request_target checks out the base branch by default 22 ref: refs/pull/${{ github.event.pull_request.number }}/merge
+1 -1
.github/workflows/nix-parse.yml
··· 24 if [[ -s "$HOME/changed_files" ]]; then 25 echo "CHANGED_FILES=$HOME/changed_files" > "$GITHUB_ENV" 26 fi 27 - - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 28 with: 29 # pull_request_target checks out the base branch by default 30 ref: refs/pull/${{ github.event.pull_request.number }}/merge
··· 24 if [[ -s "$HOME/changed_files" ]]; then 25 echo "CHANGED_FILES=$HOME/changed_files" > "$GITHUB_ENV" 26 fi 27 + - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 28 with: 29 # pull_request_target checks out the base branch by default 30 ref: refs/pull/${{ github.event.pull_request.number }}/merge
+1 -1
.github/workflows/periodic-merge-24h.yml
··· 41 into: staging-23.11 42 name: ${{ matrix.pairs.from }} → ${{ matrix.pairs.into }} 43 steps: 44 - - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 45 46 - name: ${{ matrix.pairs.from }} → ${{ matrix.pairs.into }} 47 uses: devmasx/merge-branch@854d3ac71ed1e9deb668e0074781b81fdd6e771f # 1.4.0
··· 41 into: staging-23.11 42 name: ${{ matrix.pairs.from }} → ${{ matrix.pairs.into }} 43 steps: 44 + - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 45 46 - name: ${{ matrix.pairs.from }} → ${{ matrix.pairs.into }} 47 uses: devmasx/merge-branch@854d3ac71ed1e9deb668e0074781b81fdd6e771f # 1.4.0
+1 -1
.github/workflows/periodic-merge-6h.yml
··· 39 into: staging 40 name: ${{ matrix.pairs.from }} → ${{ matrix.pairs.into }} 41 steps: 42 - - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 43 44 - name: ${{ matrix.pairs.from }} → ${{ matrix.pairs.into }} 45 uses: devmasx/merge-branch@854d3ac71ed1e9deb668e0074781b81fdd6e771f # 1.4.0
··· 39 into: staging 40 name: ${{ matrix.pairs.from }} → ${{ matrix.pairs.into }} 41 steps: 42 + - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 43 44 - name: ${{ matrix.pairs.from }} → ${{ matrix.pairs.into }} 45 uses: devmasx/merge-branch@854d3ac71ed1e9deb668e0074781b81fdd6e771f # 1.4.0
+1 -1
.github/workflows/update-terraform-providers.yml
··· 16 if: github.repository_owner == 'NixOS' && github.ref == 'refs/heads/master' # ensure workflow_dispatch only runs on master 17 runs-on: ubuntu-latest 18 steps: 19 - - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 20 - uses: cachix/install-nix-action@8887e596b4ee1134dae06b98d573bd674693f47c # v26 21 with: 22 nix_path: nixpkgs=channel:nixpkgs-unstable
··· 16 if: github.repository_owner == 'NixOS' && github.ref == 'refs/heads/master' # ensure workflow_dispatch only runs on master 17 runs-on: ubuntu-latest 18 steps: 19 + - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 20 - uses: cachix/install-nix-action@8887e596b4ee1134dae06b98d573bd674693f47c # v26 21 with: 22 nix_path: nixpkgs=channel:nixpkgs-unstable