diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 8f937ba..24b4bc1 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -129,11 +129,11 @@ jobs: with: persist-credentials: false - - uses: github/codeql-action/init@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v4.31.10 + - uses: github/codeql-action/init@b20883b0cd1f46c72ae0ba6d1090936928f9fa30 # v4.32.0 with: languages: ${{ matrix.language }} - - uses: github/codeql-action/analyze@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v4.31.10 + - uses: github/codeql-action/analyze@b20883b0cd1f46c72ae0ba6d1090936928f9fa30 # v4.32.0 with: category: "/language:${{matrix.language}}" diff --git a/actions/checkout/action.yml b/actions/checkout/action.yml index f20726d..d8437a1 100644 --- a/actions/checkout/action.yml +++ b/actions/checkout/action.yml @@ -32,7 +32,7 @@ inputs: runs: using: "composite" steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 if: github.event_name == 'issue_comment' with: ref: refs/pull/${{ github.event.issue.number }}/head @@ -41,7 +41,7 @@ runs: token: ${{ inputs.token || github.token }} persist-credentials: ${{ inputs.persist-credentials == 'true' && 'true' || 'false' }} - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 if: github.event_name != 'issue_comment' with: fetch-depth: ${{ inputs.fetch-depth }} diff --git a/actions/create-and-merge-pull-request/action.yml b/actions/create-and-merge-pull-request/action.yml index 6f10281..0496ccc 100644 --- a/actions/create-and-merge-pull-request/action.yml +++ b/actions/create-and-merge-pull-request/action.yml @@ -44,7 +44,7 @@ runs: run: | rm -fr ./self-actions - - uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8.0.0 + - uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0 id: create-pull-request with: token: ${{ inputs.github-token }} diff --git a/actions/local-workflow-actions/action.yml b/actions/local-workflow-actions/action.yml index d2c23bd..037778b 100644 --- a/actions/local-workflow-actions/action.yml +++ b/actions/local-workflow-actions/action.yml @@ -54,7 +54,7 @@ runs: if: inputs.repository == '' uses: ChristopherHX/oidc@73eee1ff03fdfce10eda179f617131532209edbd # v3 - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false path: ${{ inputs.local-path }}