diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index a0bb455..c5e213c 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -27,7 +27,7 @@ jobs: - name: Generate token id: app-token if: ${{ steps.meta.outputs.update-type == null || steps.meta.outputs.update-type == 'version-update:semver-patch' || steps.meta.outputs.update-type == 'version-update:semver-minor' }} - uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1 + uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0 with: app-id: ${{ secrets.APP_ID }} private-key: ${{ secrets.GH_APP_PRIVATE_KEY }} diff --git a/.github/workflows/licensed.yml b/.github/workflows/licensed.yml index 33a4ebf..f33f77d 100644 --- a/.github/workflows/licensed.yml +++ b/.github/workflows/licensed.yml @@ -71,7 +71,7 @@ jobs: - name: Setup Ruby id: setup-ruby if: steps.license-inputs.outputs.changed == 'true' - uses: ruby/setup-ruby@7372622e62b60b3cb750dcd2b9e32c247ffec26a # v1.302.0 + uses: ruby/setup-ruby@97ecb7b512899eb71ab1bf2310a624c6f1589ac6 # v1.308.0 with: ruby-version: ruby @@ -116,7 +116,7 @@ jobs: - name: Setup Ruby id: setup-ruby - uses: ruby/setup-ruby@7372622e62b60b3cb750dcd2b9e32c247ffec26a # v1.302.0 + uses: ruby/setup-ruby@97ecb7b512899eb71ab1bf2310a624c6f1589ac6 # v1.308.0 with: ruby-version: ruby