diff --git a/.github/workflows/__test-action-checkout-issue-comment.yml b/.github/workflows/__test-action-checkout-issue-comment.yml index 9466d18..c590610 100644 --- a/.github/workflows/__test-action-checkout-issue-comment.yml +++ b/.github/workflows/__test-action-checkout-issue-comment.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Arrange - Checkout repository - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false diff --git a/.github/workflows/__test-action-checkout.yml b/.github/workflows/__test-action-checkout.yml index d8dee71..9555aaf 100644 --- a/.github/workflows/__test-action-checkout.yml +++ b/.github/workflows/__test-action-checkout.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Arrange - Checkout repository using checkout action id: checkout - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false diff --git a/.github/workflows/__test-action-get-github-actions-bot-user.yml b/.github/workflows/__test-action-get-github-actions-bot-user.yml index f9c165c..995d517 100644 --- a/.github/workflows/__test-action-get-github-actions-bot-user.yml +++ b/.github/workflows/__test-action-get-github-actions-bot-user.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Arrange - Checkout repository - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false diff --git a/.github/workflows/__test-action-get-issue-number.yml b/.github/workflows/__test-action-get-issue-number.yml index 7994ad3..fe1bd22 100644 --- a/.github/workflows/__test-action-get-issue-number.yml +++ b/.github/workflows/__test-action-get-issue-number.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Arrange - Checkout repository - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false diff --git a/.github/workflows/__test-action-matrix-outputs.yml b/.github/workflows/__test-action-matrix-outputs.yml index ea8f534..37435e9 100644 --- a/.github/workflows/__test-action-matrix-outputs.yml +++ b/.github/workflows/__test-action-matrix-outputs.yml @@ -16,7 +16,7 @@ jobs: - windows-latest runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false @@ -59,7 +59,7 @@ jobs: - windows-latest runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false @@ -77,7 +77,7 @@ jobs: - windows-latest runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false @@ -97,7 +97,7 @@ jobs: - windows-latest runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false diff --git a/.github/workflows/__test-action-parse-ci-reports.yml b/.github/workflows/__test-action-parse-ci-reports.yml index 957a90f..f749a43 100644 --- a/.github/workflows/__test-action-parse-ci-reports.yml +++ b/.github/workflows/__test-action-parse-ci-reports.yml @@ -26,7 +26,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Arrange - Checkout repository - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false diff --git a/.github/workflows/__test-action-repository-owner-is-organization.yml b/.github/workflows/__test-action-repository-owner-is-organization.yml index 9ad7865..3c9a52d 100644 --- a/.github/workflows/__test-action-repository-owner-is-organization.yml +++ b/.github/workflows/__test-action-repository-owner-is-organization.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Arrange - Checkout repository - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false diff --git a/.github/workflows/__test-action-slugify.yml b/.github/workflows/__test-action-slugify.yml index 7e9d14c..984ab0c 100644 --- a/.github/workflows/__test-action-slugify.yml +++ b/.github/workflows/__test-action-slugify.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Arrange - Checkout repository - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false diff --git a/.github/workflows/__test-action-working-directory.yml b/.github/workflows/__test-action-working-directory.yml index 25b2e5b..b5ea548 100644 --- a/.github/workflows/__test-action-working-directory.yml +++ b/.github/workflows/__test-action-working-directory.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Arrange - Checkout repository - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index eea6ef9..a5eef4f 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -81,7 +81,7 @@ jobs: pull-requests: write statuses: write steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: fetch-depth: 0 persist-credentials: false @@ -252,7 +252,7 @@ jobs: with: working-directory: ${{ steps.has-prettier-plugins.outputs.package-json-dir }} - - uses: super-linter/super-linter/slim@9e863354e3ff62e0727d37183162c4a88873df41 # v8.6.0 + - uses: super-linter/super-linter/slim@4ce20838b8ab83717e78138c5b3a1407148e0918 # v8.7.0 env: VALIDATE_ALL_CODEBASE: ${{ inputs.lint-all }} LOG_LEVEL: WARN @@ -273,7 +273,7 @@ jobs: matrix: language: ${{ fromJSON(inputs.codeql-languages) }} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false @@ -293,7 +293,7 @@ jobs: outputs: action-files: ${{ steps.get-files-to-lint.outputs.action-files }} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: fetch-depth: "${{ inputs.lint-all && 1 || 0 }}" persist-credentials: false @@ -384,7 +384,7 @@ jobs: permissions: contents: read steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false diff --git a/.github/workflows/need-fix-to-issue.yml b/.github/workflows/need-fix-to-issue.yml index f8fad81..06cd527 100644 --- a/.github/workflows/need-fix-to-issue.yml +++ b/.github/workflows/need-fix-to-issue.yml @@ -47,7 +47,7 @@ jobs: contents: read issues: write steps: - - uses: "actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10" # v6.0.3 + - uses: "actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0" # v7.0.0 with: persist-credentials: false diff --git a/actions/checkout/action.yml b/actions/checkout/action.yml index e563d61..a024b5c 100644 --- a/actions/checkout/action.yml +++ b/actions/checkout/action.yml @@ -41,7 +41,7 @@ runs: using: "composite" steps: - if: inputs.persist-credentials == 'false' - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: ref: ${{ inputs.ref == '' && github.event_name == 'issue_comment' && format('refs/pull/{0}/head', github.event.issue.number) || inputs.ref }} fetch-depth: ${{ inputs.fetch-depth }} @@ -51,7 +51,7 @@ runs: persist-credentials: false - if: inputs.persist-credentials == 'true' - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: ref: ${{ inputs.ref == '' && github.event_name == 'issue_comment' && format('refs/pull/{0}/head', github.event.issue.number) || inputs.ref }} fetch-depth: ${{ inputs.fetch-depth }} diff --git a/actions/local-workflow-actions/action.yml b/actions/local-workflow-actions/action.yml index d6f850f..f0ceaf7 100644 --- a/actions/local-workflow-actions/action.yml +++ b/actions/local-workflow-actions/action.yml @@ -38,7 +38,7 @@ outputs: runs: using: "composite" steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false path: ./.self-workflow-source