diff --git a/.github/workflows/ci-knip.yml b/.github/workflows/ci-knip.yml index 687bc4d..4fc8d73 100644 --- a/.github/workflows/ci-knip.yml +++ b/.github/workflows/ci-knip.yml @@ -25,7 +25,7 @@ jobs: if: github.event.pull_request.head.repo.full_name == github.repository steps: - name: Checkout Repo - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: ref: ${{ github.head_ref }} token: ${{ secrets.STUDIOCMS_SERVICE_TOKEN }} diff --git a/.github/workflows/ci-labeler.yml b/.github/workflows/ci-labeler.yml index eb60a6a..816ef76 100644 --- a/.github/workflows/ci-labeler.yml +++ b/.github/workflows/ci-labeler.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Label PRs - uses: actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b # v6.0.1 + uses: actions/labeler@bf12e9b00b37c5c0ca2b87b79b2daf7891dbda13 # v7.0.0 with: repo-token: "${{ secrets.STUDIOCMS_SERVICE_TOKEN }}" configuration-path: .github/labeler.yml diff --git a/.github/workflows/ci-push-main.yml b/.github/workflows/ci-push-main.yml index 3b0c682..68a7e56 100644 --- a/.github/workflows/ci-push-main.yml +++ b/.github/workflows/ci-push-main.yml @@ -30,7 +30,7 @@ jobs: NODE_OPTIONS: "--max_old_space_size=4096" steps: - name: Checkout Repo - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: ref: ${{ github.head_ref }} token: ${{ secrets.STUDIOCMS_SERVICE_TOKEN }} @@ -55,7 +55,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repo - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Run Todo Issue Bot uses: juulsn/todo-issue@main @@ -96,7 +96,7 @@ jobs: private-key: ${{ secrets.STUDIOCMS_GIT_BOT_PRIVATE_KEY }} - name: Checkout Repo - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: persist-credentials: false @@ -114,7 +114,7 @@ jobs: - name: Run Changeset Release id: changesets - uses: changesets/action@6a0a831ff30acef54f2c6aa1cbbc1096b066edaf # v1.7.0 + uses: changesets/action@ae32849d5ba541f9ae29e40e22a623bc13562f51 # v2.1.2 with: # If USE_GITHUB_BOT is true we don't want Changesets to do anything user related setupGitUser: false diff --git a/.github/workflows/ci-testing.yml b/.github/workflows/ci-testing.yml index bf3d8d1..3b05175 100644 --- a/.github/workflows/ci-testing.yml +++ b/.github/workflows/ci-testing.yml @@ -29,7 +29,7 @@ jobs: cmd: ["cfetch"] steps: - name: Checkout code - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: persist-credentials: false @@ -47,7 +47,7 @@ jobs: cmd: ["cfetch"] steps: - name: Checkout code - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: persist-credentials: false @@ -63,7 +63,7 @@ jobs: NODE_OPTIONS: "--max_old_space_size=4096" steps: - name: Check out code using Git - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Install Tools & Dependencies uses: withstudiocms/automations/.github/actions/install@main @@ -81,7 +81,7 @@ jobs: NODE_OPTIONS: "--max_old_space_size=4096" steps: - name: Check out code using Git - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Install Tools & Dependencies uses: withstudiocms/automations/.github/actions/install@main diff --git a/.github/workflows/coauthor.yml b/.github/workflows/coauthor.yml index d3bfc95..6580829 100644 --- a/.github/workflows/coauthor.yml +++ b/.github/workflows/coauthor.yml @@ -14,5 +14,5 @@ jobs: if: ${{ github.event.issue.pull_request }} runs-on: ubuntu-latest steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - uses: kevinzunigacuellar/coauthor-action@292b32bdbffc663431a2a37b3bfa597d83a74905 # v0.1.3 \ No newline at end of file