File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5252
5353 # Initializes the CodeQL tools for scanning.
5454 - name : Initialize CodeQL
55- uses : github/codeql-action/init@e46ed2cbd01164d986452f91f178727624ae40d7 # v4.35.3
55+ uses : github/codeql-action/init@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
5656 with :
5757 languages : ${{ matrix.language }}
5858 # If you wish to specify custom queries, you can do so here or in a config file.
6767 # ./location_of_script_within_repo/buildscript.sh
6868
6969 - name : Perform CodeQL Analysis
70- uses : github/codeql-action/analyze@e46ed2cbd01164d986452f91f178727624ae40d7 # v4.35.3
70+ uses : github/codeql-action/analyze@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
7171 with :
7272 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 3535 echo "END_DATE=$end_date" >> "$GITHUB_ENV"
3636
3737 - name : Run contributor action
38- uses : github-community-projects/contributors@1878140f3a38f939c76bcf4af402be1af67b5e94
38+ uses : github-community-projects/contributors@b859081429c8fa345253bdc53f4ccd94ab43cab7
3939 env :
4040 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
4141 START_DATE : ${{ env.START_DATE }}
Original file line number Diff line number Diff line change 3030 egress-policy : audit
3131
3232 - name : Mark ready when ready
33- uses : kenyonj/mark-ready-when-ready@0ef6176fc2ddef5bab6cb4ab9517a37f0c153ba4 # main (contents:write fix)
33+ uses : kenyonj/mark-ready-when-ready@164bebf98862a24419165413a00bab80107b25ad # main (contents:write fix)
3434 with :
3535 github-token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1616 id-token : write # Federate for artifact attestation
1717 attestations : write # Generate build provenance attestations
1818 discussions : write # Create release announcement discussion
19- uses : github-community-projects/ospo-reusable-workflows/.github/workflows/release.yaml@592067a69a43d2285f933753d89a7c9d51b96530 # v1.0.0
19+ uses : github-community-projects/ospo-reusable-workflows/.github/workflows/release.yaml@e92cb6053ace495fe40a5f185988557afcdcecbc # v1.0.1
2020 with :
2121 publish : true
2222 release-config-name : release-drafter.yml
Original file line number Diff line number Diff line change 4949 path : results.sarif
5050 retention-days : 5
5151 - name : " Upload to code-scanning"
52- uses : github/codeql-action/upload-sarif@e46ed2cbd01164d986452f91f178727624ae40d7
52+ uses : github/codeql-action/upload-sarif@68bde559dea0fdcac2102bfdf6230c5f70eb485e
5353 with :
5454 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments