diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 681a3f10..7ffa415b 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.32.6 + uses: github/codeql-action/init@v4.33.0 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.32.6 + uses: github/codeql-action/autobuild@v4.33.0 #- 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.32.6 + uses: github/codeql-action/analyze@v4.33.0 diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index e99681ed..af6f5bd9 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.4.0 + - uses: release-drafter/release-drafter@v7.1.0 with: config-name: release-drafter.yaml publish: startsWith(github.ref, "refs/tags")