diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml index 5a91f3c3..88619460 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -23,7 +23,7 @@ jobs: steps: - uses: actions/checkout@v6.0.2 - name: Set Node.js 20.x - uses: actions/setup-node@v6.1.0 + uses: actions/setup-node@v6.2.0 with: node-version: 20 cache: npm diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index a674c703..cf2c4b3d 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -40,7 +40,7 @@ jobs: uses: actions/checkout@v6.0.2 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v4.31.10 + uses: github/codeql-action/init@v4.32.4 with: languages: ${{ matrix.language }} config-file: ./.github/codeql/codeql-config.yml @@ -51,7 +51,7 @@ jobs: # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # If this step fails, then you should remove it and run the build manually (see below) - name: Autobuild - uses: github/codeql-action/autobuild@v4.31.10 + uses: github/codeql-action/autobuild@v4.32.4 #- run: | # make bootstrap # make release @@ -62,4 +62,4 @@ jobs: # ✏️ If the Autobuild fails above, remove it and uncomment the following three lines # and modify them (or add more) to build your code if your project # uses a compiled language - uses: github/codeql-action/analyze@v4.31.10 + uses: github/codeql-action/analyze@v4.32.4 diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index 11740904..5f7eefac 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -9,7 +9,7 @@ jobs: update_release_draft: runs-on: ubuntu-24.04 steps: - - uses: release-drafter/release-drafter@v6.1.0 + - uses: release-drafter/release-drafter@v6.2.0 with: config-name: release-drafter.yaml publish: startsWith(github.ref, "refs/tags") diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index d4c10359..150551ff 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v6.0.2 - name: Set Node.js 20.x - uses: actions/setup-node@v6.1.0 + uses: actions/setup-node@v6.2.0 with: node-version: 20 cache: npm