diff --git a/.github/workflows/active-sync-labels.yaml b/.github/workflows/active-sync-labels.yaml index c0c1b96..dbfe834 100644 --- a/.github/workflows/active-sync-labels.yaml +++ b/.github/workflows/active-sync-labels.yaml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 📑 Checkout - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false - name: 🔄 Sync labels diff --git a/.github/workflows/test-auto-merge-action.yaml b/.github/workflows/test-auto-merge-action.yaml index baa7154..98ee271 100644 --- a/.github/workflows/test-auto-merge-action.yaml +++ b/.github/workflows/test-auto-merge-action.yaml @@ -12,7 +12,7 @@ jobs: if: startsWith(github.event_name, 'pull_request') && (github.event.pull_request.user.login == 'dependabot[bot]' || github.event.pull_request.user.login == 'renovate[bot]' || github.event.pull_request.user.login == 'botantler[bot]' || github.event.pull_request.user.login == 'devantler') steps: - name: 📑 Checkout - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false diff --git a/.github/workflows/test-dotnet-test-action.yaml b/.github/workflows/test-dotnet-test-action.yaml index 8a6150b..99618d9 100644 --- a/.github/workflows/test-dotnet-test-action.yaml +++ b/.github/workflows/test-dotnet-test-action.yaml @@ -14,7 +14,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: 📑 Checkout - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false diff --git a/.github/workflows/test-todos-action.yaml b/.github/workflows/test-todos-action.yaml index f8efb39..1889dd9 100644 --- a/.github/workflows/test-todos-action.yaml +++ b/.github/workflows/test-todos-action.yaml @@ -11,7 +11,7 @@ jobs: runs-on: "ubuntu-latest" steps: - name: 📑 Checkout - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false diff --git a/todos-action/action.yaml b/todos-action/action.yaml index fbd8dd5..1d7839c 100644 --- a/todos-action/action.yaml +++ b/todos-action/action.yaml @@ -19,7 +19,7 @@ runs: with: app-id: ${{ inputs.APP_ID }} private-key: ${{ inputs.APP_PRIVATE_KEY }} - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false - uses: alstr/todo-to-issue-action@c45b007d85c8edf3365b139a9d4c65793e7c674f # v5.1.13