diff --git a/.github/workflows/z-build-release.yml b/.github/workflows/z-build-release.yml index aa87d7d..ce8dbca 100644 --- a/.github/workflows/z-build-release.yml +++ b/.github/workflows/z-build-release.yml @@ -21,14 +21,14 @@ jobs: steps: - name: Checkout id: checkout - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: fetch-depth: 0 lfs: true - name: Setup Node.js id: setup-node - uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0 + uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0 with: node-version-file: .node-version cache: npm diff --git a/.github/workflows/z-check-dist.yml b/.github/workflows/z-check-dist.yml index 9e242b0..af474d9 100644 --- a/.github/workflows/z-check-dist.yml +++ b/.github/workflows/z-check-dist.yml @@ -24,14 +24,14 @@ jobs: steps: - name: Checkout id: checkout - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: fetch-depth: 0 lfs: true - name: Setup Node.js id: setup-node - uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0 + uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0 with: node-version-file: .node-version cache: npm @@ -60,7 +60,7 @@ jobs: - if: ${{ failure() && steps.diff.outcome == 'failure' }} name: Upload Artifact id: upload - uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 + uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 with: name: dist path: issueops-common-logic/dist/ diff --git a/.github/workflows/z-codeql.yml b/.github/workflows/z-codeql.yml index a219646..04caa75 100644 --- a/.github/workflows/z-codeql.yml +++ b/.github/workflows/z-codeql.yml @@ -28,7 +28,7 @@ jobs: build-mode: none steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL