diff --git a/.github/workflows/actions/publish-npm/action.yml b/.github/workflows/actions/publish-npm/action.yml index 12a2cc9..85fe8dd 100644 --- a/.github/workflows/actions/publish-npm/action.yml +++ b/.github/workflows/actions/publish-npm/action.yml @@ -18,7 +18,7 @@ runs: shell: bash - name: Checkout Code - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Get Core Dependencies uses: ./.github/workflows/actions/get-core-dependencies diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 00c3948..39abd2b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,7 +11,7 @@ jobs: runs-on: 'ubuntu-latest' steps: - name: Checkout Code - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: # the pull_request_target event will consider the HEAD of `main` to be the SHA to use. # attempt to use the SHA associated with a pull request and fallback to HEAD of `main` diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 653d85f..b8726a8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -28,7 +28,7 @@ jobs: steps: - name: Checkout Code - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: persist-credentials: false - name: Use Node from Volta diff --git a/.github/workflows/release-dev.yml b/.github/workflows/release-dev.yml index baf20a4..fb018d4 100644 --- a/.github/workflows/release-dev.yml +++ b/.github/workflows/release-dev.yml @@ -17,7 +17,7 @@ jobs: dev-version: ${{ steps.generate-dev-version.outputs.DEV_VERSION }} steps: - name: Checkout Code - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Generate Dev Version id: generate-dev-version @@ -44,7 +44,7 @@ jobs: id-token: write steps: - name: Checkout Code - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - uses: ./.github/workflows/actions/publish-npm with: tag: dev