From 9163270797352721c78d82054f6ead259f2f7366 Mon Sep 17 00:00:00 2001 From: "Felt, Nicholas" Date: Fri, 30 Aug 2024 09:26:02 -0700 Subject: [PATCH] ci: Add comments with the versions of actions next to the SHA --- .github/workflows/_reusable-codeql-analysis.yml | 4 ++-- .github/workflows/_reusable-sbom-scan.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/_reusable-codeql-analysis.yml b/.github/workflows/_reusable-codeql-analysis.yml index ca2b0352..efc057b5 100644 --- a/.github/workflows/_reusable-codeql-analysis.yml +++ b/.github/workflows/_reusable-codeql-analysis.yml @@ -27,12 +27,12 @@ jobs: - name: Checkout repository uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Initialize CodeQL - uses: github/codeql-action/init@4dd16135b69a43b6c8efb853346f8437d92d3c93 + uses: github/codeql-action/init@4dd16135b69a43b6c8efb853346f8437d92d3c93 # v3.26.6 with: languages: ${{ matrix.language }} queries: ${{ inputs.codeql-queries }} - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@4dd16135b69a43b6c8efb853346f8437d92d3c93 + uses: github/codeql-action/analyze@4dd16135b69a43b6c8efb853346f8437d92d3c93 # v3.26.6 with: category: /language:${{matrix.language}} # Check that all jobs passed diff --git a/.github/workflows/_reusable-sbom-scan.yml b/.github/workflows/_reusable-sbom-scan.yml index b3844315..cd691f60 100644 --- a/.github/workflows/_reusable-sbom-scan.yml +++ b/.github/workflows/_reusable-sbom-scan.yml @@ -43,6 +43,6 @@ jobs: if-no-files-found: error - name: Upload SBOM scan SARIF report to GitHub UI Security tab if: ${{ github.event_name != 'pull_request' }} - uses: github/codeql-action/upload-sarif@4dd16135b69a43b6c8efb853346f8437d92d3c93 + uses: github/codeql-action/upload-sarif@4dd16135b69a43b6c8efb853346f8437d92d3c93 # v3.26.6 with: sarif_file: ${{ steps.scan.outputs.sarif }}