diff --git a/.github/workflows/_auto-release.yml b/.github/workflows/_auto-release.yml index 65083f6..5c80a05 100644 --- a/.github/workflows/_auto-release.yml +++ b/.github/workflows/_auto-release.yml @@ -25,7 +25,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 - name: Set Major Version to the current Release env: diff --git a/.github/workflows/_make-docs.yml b/.github/workflows/_make-docs.yml index e4a9bf7..98f94c0 100644 --- a/.github/workflows/_make-docs.yml +++ b/.github/workflows/_make-docs.yml @@ -18,9 +18,9 @@ jobs: contents: write runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 - - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6 + - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 - name: Make Docs run: | @@ -29,7 +29,7 @@ jobs: working-directory: ./script/make-docs - name: Wait for Release job - uses: lewagon/wait-on-check-action@9312864dfbc9fd208e9c0417843430751c042800 # v1 + uses: lewagon/wait-on-check-action@96d9100b431964d10e0136aff8b9ccb92470505e # v1 with: ref: ${{ github.ref }} check-name: 'Release / Semantic Release' diff --git a/.github/workflows/_validate-workflows.yml b/.github/workflows/_validate-workflows.yml index 0b27def..d0c5d25 100644 --- a/.github/workflows/_validate-workflows.yml +++ b/.github/workflows/_validate-workflows.yml @@ -17,9 +17,9 @@ jobs: contents: read runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 - - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6 + - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 with: node-version: ${{ vars.NODE_VERSION_DEFAULT }} cache: 'npm' diff --git a/.github/workflows/npm-pack.yml b/.github/workflows/npm-pack.yml index cf77634..7e4caa7 100644 --- a/.github/workflows/npm-pack.yml +++ b/.github/workflows/npm-pack.yml @@ -130,10 +130,10 @@ jobs: package-version: ${{ steps.version.outputs.package-version }} steps: - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 - name: Setup Node - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 with: node-version: ${{ inputs.node-version }} node-version-file: ${{ inputs.node-version-file }} @@ -155,7 +155,7 @@ jobs: npm config set $URL/:_authToken ${{inputs.private-registry-token}} - name: Cache dependencies - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 id: cache-modules with: path: ${{ inputs.cache-modules-path }} @@ -206,7 +206,7 @@ jobs: - name: Upload Artifact if: ${{ inputs.upload-artifact && steps.pack.outputs.package-filename != '' }} - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 with: retention-days: ${{ inputs.artifact-retention-days }} path: ${{ inputs.working-directory }}/${{ steps.pack.outputs.package-filename }} diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index a5cb85d..1e539ad 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -131,10 +131,10 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 - name: Setup Node - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 with: node-version: ${{ inputs.node-version }} node-version-file: ${{ inputs.node-version-file }} @@ -157,7 +157,7 @@ jobs: - name: Cache dependencies if: ${{ !inputs.download-artifact }} - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 id: cache-modules with: path: ${{ inputs.cache-modules-path }} diff --git a/.github/workflows/npm-run-script.yml b/.github/workflows/npm-run-script.yml index a0bce49..edfe1e4 100644 --- a/.github/workflows/npm-run-script.yml +++ b/.github/workflows/npm-run-script.yml @@ -152,7 +152,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 - name: Download Artifact uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 @@ -175,7 +175,7 @@ jobs: unzip -qo ${{ github.workspace }}/artifact-${{ github.sha }}.zip -d ${{ inputs.download-artifact-path }} - name: Setup Node - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 with: node-version: ${{ inputs.node-version }} node-version-file: ${{ inputs.node-version-file }} @@ -197,7 +197,7 @@ jobs: npm config set $URL/:_authToken ${{inputs.private-registry-token}} - name: Cache dependencies - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 id: cache-modules with: path: ${{ inputs.working-directory }}/node_modules @@ -227,7 +227,7 @@ jobs: - name: Upload Artifact if: ${{ inputs.upload-artifact && !inputs.upload-artifact-zipped }} - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 with: retention-days: ${{ inputs.artifact-retention-days }} path: ${{ inputs.upload-artifact-path }} @@ -235,7 +235,7 @@ jobs: - name: Upload Zipped Artifact if: ${{ inputs.upload-artifact && inputs.upload-artifact-zipped }} - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 with: retention-days: ${{ inputs.artifact-retention-days }} path: ${{ github.workspace }}/artifact-${{ github.sha }}.zip diff --git a/.github/workflows/semantic-release.yml b/.github/workflows/semantic-release.yml index 6e252c7..a49ae0a 100644 --- a/.github/workflows/semantic-release.yml +++ b/.github/workflows/semantic-release.yml @@ -31,7 +31,7 @@ jobs: version: ${{ steps.semantic.outputs.new_release_version }} steps: - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 with: fetch-depth: 0 persist-credentials: false