diff --git a/.github/workflows/argo-build.yml b/.github/workflows/argo-build.yml index 258118fda7..377fa80210 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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Setup tools uses: ./.github/actions/tools diff --git a/.github/workflows/flux-build.yml b/.github/workflows/flux-build.yml index aa9333bb5b..5eb1171a6c 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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Setup tools uses: ./.github/actions/tools diff --git a/.github/workflows/flux-e2e.yml b/.github/workflows/flux-e2e.yml index db080ccd02..c67bfb2454 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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - 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 5af1a0dbcb..f0874294fc 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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Setup tools uses: ./.github/actions/tools @@ -59,7 +59,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Setup tools uses: ./.github/actions/tools @@ -73,7 +73,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Setup tools uses: ./.github/actions/tools diff --git a/.github/workflows/flux-schedule.yml b/.github/workflows/flux-schedule.yml index dfb0739872..a201004edf 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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 with: fetch-depth: 1 diff --git a/.github/workflows/issues-labels-comments.yml b/.github/workflows/issues-labels-comments.yml index 629817d9d0..d823eb5041 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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Label Commenter uses: peaceiris/actions-label-commenter@v1 diff --git a/.github/workflows/rebase.yml b/.github/workflows/rebase.yml index 0f0cc480ce..1642f8ebba 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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 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 41721f006c..f749bfb672 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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Setup tools uses: ./.github/actions/tools diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index b719034123..902a8df720 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -36,7 +36,7 @@ jobs: egress-policy: audit - name: "Checkout code" - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 with: persist-credentials: false diff --git a/.github/workflows/security-kubescape.yml b/.github/workflows/security-kubescape.yml index 98a8501864..f178ffbe96 100644 --- a/.github/workflows/security-kubescape.yml +++ b/.github/workflows/security-kubescape.yml @@ -26,7 +26,7 @@ jobs: uses: GitHubSecurityLab/actions-permissions/monitor@v1 with: config: ${{ vars.PERMISSIONS_CONFIG }} - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - uses: kubescape/github-action@v2.3.6 continue-on-error: true with: diff --git a/.github/workflows/size.yaml b/.github/workflows/size.yaml index 0d8c1ccafc..30f6882f11 100644 --- a/.github/workflows/size.yaml +++ b/.github/workflows/size.yaml @@ -30,7 +30,7 @@ jobs: with: config: ${{ vars.PERMISSIONS_CONFIG }} - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - uses: actions-ecosystem/action-size@v2 id: size