diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 4584598..721cf04 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -49,7 +49,7 @@ jobs: - name: Checkout repository uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - name: Initialize CodeQL - uses: github/codeql-action/init@d3678e237b9c32a6c9bffb3315c335f976f3549f # v3.30.2 + uses: github/codeql-action/init@e296a935590eb16afc0c0108289f68c87e2a89a5 # v4.30.7 with: languages: ${{ matrix.language }} build-mode: ${{ matrix.build-mode }} @@ -63,6 +63,6 @@ jobs: echo ' make release' exit 1 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@d3678e237b9c32a6c9bffb3315c335f976f3549f # v3.30.2 + uses: github/codeql-action/analyze@e296a935590eb16afc0c0108289f68c87e2a89a5 # v4.30.7 with: category: "/language:${{matrix.language}}" diff --git a/.github/workflows/powershell-analyzer.yml b/.github/workflows/powershell-analyzer.yml index aba4904..acde8f8 100644 --- a/.github/workflows/powershell-analyzer.yml +++ b/.github/workflows/powershell-analyzer.yml @@ -31,5 +31,5 @@ jobs: packages: read actions: read contents: read - uses: dafneb/.github/.github/workflows/powershell-analyzer.yml@3c0ec941b8e9e7692e5a8105bd64a488cf164612 # v1.7.0 + uses: dafneb/.github/.github/workflows/powershell-analyzer.yml@83e11252df7b95fc21cb491cdfbed086ac597041 # v1.8.0 secrets: inherit diff --git a/.github/workflows/pull-request-assignee.yml b/.github/workflows/pull-request-assignee.yml index 3a1c17b..de79a67 100644 --- a/.github/workflows/pull-request-assignee.yml +++ b/.github/workflows/pull-request-assignee.yml @@ -19,7 +19,7 @@ jobs: permissions: issues: write pull-requests: write - uses: dafneb/.github/.github/workflows/pull-request-assignee.yml@3c0ec941b8e9e7692e5a8105bd64a488cf164612 # v1.7.0 + uses: dafneb/.github/.github/workflows/pull-request-assignee.yml@83e11252df7b95fc21cb491cdfbed086ac597041 # v1.8.0 with: assignees: ${{ github.actor }} secrets: inherit