diff --git a/.github/workflows/auto-approve.yml b/.github/workflows/auto-approve.yml index 97b7176..76739ff 100644 --- a/.github/workflows/auto-approve.yml +++ b/.github/workflows/auto-approve.yml @@ -35,7 +35,7 @@ jobs: # More info: https://github.com/actions/checkout. - name: Checkout & Authentication - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: persist-credentials: false fetch-depth: 0 diff --git a/.github/workflows/auto-fork.yml b/.github/workflows/auto-fork.yml index 5cd2dd6..524c313 100644 --- a/.github/workflows/auto-fork.yml +++ b/.github/workflows/auto-fork.yml @@ -31,7 +31,7 @@ jobs: # More info: https://github.com/actions/checkout. - name: Checkout & Authentication - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: ref: ${{ github.event.pull_request.head.ref }} token: ${{ steps.get_token.outputs.token }} diff --git a/.github/workflows/autoupdate.yml b/.github/workflows/autoupdate.yml index bcb0f4d..cc90060 100644 --- a/.github/workflows/autoupdate.yml +++ b/.github/workflows/autoupdate.yml @@ -40,7 +40,7 @@ jobs: # More info: https://github.com/actions/checkout. - name: Checkout & Authentication - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: token: ${{ steps.get_token.outputs.token }} persist-credentials: false diff --git a/.github/workflows/create-labels.yml b/.github/workflows/create-labels.yml index 6a0adc1..8f7955e 100644 --- a/.github/workflows/create-labels.yml +++ b/.github/workflows/create-labels.yml @@ -40,7 +40,7 @@ jobs: # More info: https://github.com/actions/checkout. - name: Checkout & Authentication - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: token: ${{ steps.get_token.outputs.token }} persist-credentials: false diff --git a/.github/workflows/devops-project.yml b/.github/workflows/devops-project.yml index 2989a17..ca34298 100644 --- a/.github/workflows/devops-project.yml +++ b/.github/workflows/devops-project.yml @@ -39,7 +39,7 @@ jobs: # More info: https://github.com/actions/checkout. - name: Checkout & Authentication - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: persist-credentials: false fetch-depth: 0 diff --git a/.github/workflows/fosstars-report.yml b/.github/workflows/fosstars-report.yml index 6028db3..36c1bad 100644 --- a/.github/workflows/fosstars-report.yml +++ b/.github/workflows/fosstars-report.yml @@ -49,7 +49,7 @@ jobs: # More info: https://github.com/actions/checkout. - name: Checkout & Authentication - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: token: ${{ steps.get_token.outputs.token }} persist-credentials: false diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 5ea6610..8c48c21 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -37,7 +37,7 @@ jobs: # More info: https://github.com/actions/checkout. - name: Checkout & Authentication - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: persist-credentials: false fetch-depth: 0 @@ -80,7 +80,7 @@ jobs: # More info: https://github.com/actions/checkout. - name: Checkout & Authentication - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: persist-credentials: false fetch-depth: 0 diff --git a/.github/workflows/pullrequest-linter.yml b/.github/workflows/pullrequest-linter.yml index 31f9808..4b6ce2b 100644 --- a/.github/workflows/pullrequest-linter.yml +++ b/.github/workflows/pullrequest-linter.yml @@ -38,7 +38,7 @@ jobs: # More info: https://github.com/actions/checkout. - name: Checkout & Authentication - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: token: ${{ steps.get_token.outputs.token }} persist-credentials: false diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 6be2ab1..d169a35 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -32,7 +32,7 @@ jobs: github.com:443 - name: Checkout & Authentication - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: persist-credentials: false fetch-depth: 0 @@ -61,7 +61,7 @@ jobs: # More info: https://github.com/actions/checkout. - name: Checkout & Authentication - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: fetch-depth: 0 @@ -92,7 +92,7 @@ jobs: # More info: https://github.com/actions/checkout. - name: Checkout & Authentication - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: token: ${{ steps.get_token.outputs.token }} persist-credentials: false @@ -130,7 +130,7 @@ jobs: # More info: https://github.com/actions/checkout. - name: Checkout & Authentication - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: token: ${{ steps.get_token.outputs.token }} persist-credentials: false @@ -167,7 +167,7 @@ jobs: # More info: https://github.com/actions/checkout. - name: Checkout & Authentication - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: token: ${{ steps.get_token.outputs.token }} persist-credentials: false diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 1ee7c11..e9d05b2 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -30,7 +30,7 @@ jobs: github.com:443 - name: Checkout & Authentication - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: persist-credentials: false fetch-depth: 0 diff --git a/.github/workflows/rebase-issue.yml b/.github/workflows/rebase-issue.yml index 36c4e2f..53b2172 100644 --- a/.github/workflows/rebase-issue.yml +++ b/.github/workflows/rebase-issue.yml @@ -37,7 +37,7 @@ jobs: # More info: https://github.com/actions/checkout. - name: Checkout & Authentication - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: token: ${{ steps.get_token.outputs.token }} persist-credentials: false diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 4cd45c3..160c420 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -36,7 +36,7 @@ jobs: # More info: https://github.com/actions/checkout. - name: Checkout & Authentication - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: token: ${{ steps.get_token.outputs.token }} persist-credentials: false diff --git a/.github/workflows/wiki.yml b/.github/workflows/wiki.yml index 528e9b2..356bbfd 100644 --- a/.github/workflows/wiki.yml +++ b/.github/workflows/wiki.yml @@ -47,7 +47,7 @@ jobs: # More info: https://github.com/actions/checkout. - name: Checkout & Authentication - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: token: ${{ steps.get_token.outputs.token }} persist-credentials: false