diff --git a/.github/workflows/argo-build.yml b/.github/workflows/argo-build.yml index 4a55628ee5..e950cd0f4b 100644 --- a/.github/workflows/argo-build.yml +++ b/.github/workflows/argo-build.yml @@ -43,7 +43,7 @@ jobs: with: config: ${{ vars.PERMISSIONS_CONFIG }} - name: Checkout - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Setup tools uses: ./.github/actions/tools diff --git a/.github/workflows/flux-build.yml b/.github/workflows/flux-build.yml index 25df621df8..2f234a40b3 100644 --- a/.github/workflows/flux-build.yml +++ b/.github/workflows/flux-build.yml @@ -45,7 +45,7 @@ jobs: config: ${{ vars.PERMISSIONS_CONFIG }} - name: Checkout - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Setup tools uses: ./.github/actions/tools diff --git a/.github/workflows/flux-e2e.yml b/.github/workflows/flux-e2e.yml index 6eaaff91bc..976b9f198f 100644 --- a/.github/workflows/flux-e2e.yml +++ b/.github/workflows/flux-e2e.yml @@ -54,7 +54,7 @@ jobs: config: ${{ vars.PERMISSIONS_CONFIG }} - name: Checkout - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Step that prints name of pull request's base branch run: | diff --git a/.github/workflows/flux-opa.yml b/.github/workflows/flux-opa.yml index 9c707ce53e..a445338e42 100644 --- a/.github/workflows/flux-opa.yml +++ b/.github/workflows/flux-opa.yml @@ -45,7 +45,7 @@ jobs: config: ${{ vars.PERMISSIONS_CONFIG }} - name: Checkout - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Setup tools uses: ./.github/actions/tools @@ -59,7 +59,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Setup tools uses: ./.github/actions/tools @@ -73,7 +73,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Setup tools uses: ./.github/actions/tools diff --git a/.github/workflows/flux-schedule.yml b/.github/workflows/flux-schedule.yml index de43ff8ed9..288a4f92d3 100644 --- a/.github/workflows/flux-schedule.yml +++ b/.github/workflows/flux-schedule.yml @@ -31,7 +31,7 @@ jobs: with: config: ${{ vars.PERMISSIONS_CONFIG }} - - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: fetch-depth: 1 diff --git a/.github/workflows/issues-labels-comments.yml b/.github/workflows/issues-labels-comments.yml index 080334016c..7456769e22 100644 --- a/.github/workflows/issues-labels-comments.yml +++ b/.github/workflows/issues-labels-comments.yml @@ -37,7 +37,7 @@ jobs: with: config: ${{ vars.PERMISSIONS_CONFIG }} - - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Label Commenter uses: peaceiris/actions-label-commenter@v1 diff --git a/.github/workflows/rebase.yml b/.github/workflows/rebase.yml index fff77ba802..dbf6b3fb7b 100644 --- a/.github/workflows/rebase.yml +++ b/.github/workflows/rebase.yml @@ -31,7 +31,7 @@ jobs: with: config: ${{ vars.PERMISSIONS_CONFIG }} - name: Checkout the latest code - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: token: ${{ secrets.GITHUB_TOKEN }} fetch-depth: 0 # otherwise, you will fail to push refs to dest repo diff --git a/.github/workflows/release-labels.yml b/.github/workflows/release-labels.yml index 4a137eaffb..d314a8f1e0 100644 --- a/.github/workflows/release-labels.yml +++ b/.github/workflows/release-labels.yml @@ -34,7 +34,7 @@ jobs: config: ${{ vars.PERMISSIONS_CONFIG }} - name: Checkout - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Setup tools uses: ./.github/actions/tools diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index d22f4db1fc..e0dd090c99 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -53,7 +53,7 @@ jobs: egress-policy: audit - name: "Checkout code" - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: persist-credentials: false diff --git a/.github/workflows/size.yaml b/.github/workflows/size.yaml index 5a61598a72..533c72659a 100644 --- a/.github/workflows/size.yaml +++ b/.github/workflows/size.yaml @@ -30,7 +30,7 @@ jobs: with: config: ${{ vars.PERMISSIONS_CONFIG }} - - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - uses: actions-ecosystem/action-size@v2 id: size