diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6b4a0d3e5..605cd080c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v7 - - uses: actions/setup-node@v6 + - uses: actions/setup-node@v7 with: node-version-file: 'package.json' cache: 'npm' diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index ca10b6944..f5528c626 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -55,7 +55,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v4 + uses: github/codeql-action/init@v4.37.4 with: languages: ${{ matrix.language }} # If you wish to specify custom queries, you can do so here or in a config file. @@ -75,7 +75,7 @@ jobs: # Autobuild attempts to build any compiled languages (C/C++, C#, Go, Java, or Swift). # If this step fails, then you should remove it and run the build manually (see below) - name: Autobuild - uses: github/codeql-action/autobuild@v4 + uses: github/codeql-action/autobuild@v4.37.4 # â„šī¸ Command-line programs to run using the OS shell. # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun @@ -88,6 +88,6 @@ jobs: # ./location_of_script_within_repo/buildscript.sh - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v4 + uses: github/codeql-action/analyze@v4.37.4 with: category: "/language:${{matrix.language}}" diff --git a/.github/workflows/deploy-prod.yml b/.github/workflows/deploy-prod.yml index d035b4f93..bbb49fa99 100644 --- a/.github/workflows/deploy-prod.yml +++ b/.github/workflows/deploy-prod.yml @@ -24,7 +24,7 @@ jobs: distribution: 'temurin' java-version: '25' cache: 'maven' - - uses: actions/setup-node@v6 + - uses: actions/setup-node@v7 with: node-version-file: 'package.json' cache: 'npm' diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 53b9699e5..9bb1af06c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -20,7 +20,7 @@ jobs: distribution: 'temurin' java-version: '25' cache: 'maven' - - uses: actions/setup-node@v6 + - uses: actions/setup-node@v7 with: node-version-file: 'package.json' cache: 'npm'