diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 28fedf77..3118a6a3 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -159,7 +159,7 @@ jobs: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 - name: Initialize CodeQL - uses: github/codeql-action/init@5595ccaf912efad79be6eef63a5619ff05969be3 + uses: github/codeql-action/init@cdf488f595d80d6e07e03d4674febd5ab45fa938 with: languages: ${{ matrix.language }} build-mode: ${{ matrix.build_mode }} @@ -171,6 +171,6 @@ jobs: swift build --package-path sdk/macos - name: Perform CodeQL analysis - uses: github/codeql-action/analyze@5595ccaf912efad79be6eef63a5619ff05969be3 + uses: github/codeql-action/analyze@cdf488f595d80d6e07e03d4674febd5ab45fa938 with: category: /language:${{ matrix.language }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 46af4ee1..b3b6b1bf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: contents: write steps: # actions/checkout v6.0.1 - - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 with: fetch-depth: 0 @@ -38,7 +38,7 @@ jobs: # orhun/git-cliff-action v4.8.0, running git-cliff v2.13.1 - name: Generate release notes id: git-cliff - uses: orhun/git-cliff-action@f50e11560dce63f7c33227798f90b924471a88b5 + uses: orhun/git-cliff-action@3d96a18cc4ec17e9dc69ddcc424ccafaf1f78ce2 with: version: v2.13.1 config: cliff.toml diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 4e84340c..b39beb07 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -51,6 +51,6 @@ jobs: retention-days: 5 # github/codeql-action v4.37.3 - - uses: github/codeql-action/upload-sarif@5595ccaf912efad79be6eef63a5619ff05969be3 + - uses: github/codeql-action/upload-sarif@cdf488f595d80d6e07e03d4674febd5ab45fa938 with: sarif_file: results.sarif