diff --git a/.github/workflows/example.yml b/.github/workflows/example.yml index ea83438d..c2dd79ca 100644 --- a/.github/workflows/example.yml +++ b/.github/workflows/example.yml @@ -46,7 +46,7 @@ jobs: --health-retries 5 timeout-minutes: 30 steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 - name: Configure AWS credentials uses: aws-actions/configure-aws-credentials@254c19bd240aabef8777f48595e9d2d7b972184b # v6 with: diff --git a/.github/workflows/example_matrix.yml b/.github/workflows/example_matrix.yml index 9d785a7b..a1f913b6 100644 --- a/.github/workflows/example_matrix.yml +++ b/.github/workflows/example_matrix.yml @@ -32,7 +32,7 @@ jobs: --health-timeout 5s --health-retries 5 steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 # Checkout the code so we have access to the config file + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 # Checkout the code so we have access to the config file - name: Configure AWS credentials uses: aws-actions/configure-aws-credentials@254c19bd240aabef8777f48595e9d2d7b972184b # v6 with: diff --git a/.github/workflows/prepare.yml b/.github/workflows/prepare.yml index f925492d..cf11b9ef 100644 --- a/.github/workflows/prepare.yml +++ b/.github/workflows/prepare.yml @@ -17,7 +17,7 @@ jobs: app-id: ${{ secrets.CQ_APP_ID }} private-key: ${{ secrets.CQ_APP_PRIVATE_KEY }} permission-contents: write - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 with: token: ${{ steps.app-token.outputs.token }} - name: Install pnpm diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 297d2d58..f5d2e2e6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ jobs: test: runs-on: ubuntu-latest steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 - name: Install pnpm uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6 - name: Use Node.js diff --git a/.github/workflows/versioning.yml b/.github/workflows/versioning.yml index dcce44f8..c2be3bae 100644 --- a/.github/workflows/versioning.yml +++ b/.github/workflows/versioning.yml @@ -11,7 +11,7 @@ jobs: actions-tagger: runs-on: ubuntu-latest steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 with: script: | diff --git a/README.md b/README.md index 1acb7294..daa07068 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ jobs: runs-on: ubuntu-latest steps: # Checkout a git repository with a pre-existing CloudQuery configuration files - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 # Setup AWS credentials (example) - name: Configure AWS credentials