Skip to content

Commit 310e5bf

Browse files
Merge branch 'main' into dependabot/github_actions/github/codeql-action/analyze-4.36.3
2 parents fdb22f4 + fb752c1 commit 310e5bf

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/push-email-notify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Send push notification email
18-
uses: dawidd6/action-send-mail@6e502825a508b867ab2954ad6343b68787624c01 # pinned
18+
uses: dawidd6/action-send-mail@c50dc4cc848ade21f848990889906d804fae78c5 # pinned
1919
with:
2020
server_address: ${{ secrets.SMTP_HOST }}
2121
server_port: ${{ secrets.SMTP_PORT }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
install -m 0755 _build/default/bin/main.exe \
104104
"affinescript-${{ matrix.target }}"
105105
- name: Attest build provenance
106-
uses: actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2
106+
uses: actions/attest-build-provenance@0f67c3f4856b2e3261c31976d6725780e5e4c373 # v4.1.1
107107
with:
108108
subject-path: 'affinescript-${{ matrix.target }}'
109109
- name: Upload the binary to the release

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ jobs:
3737
results_format: sarif
3838
publish_results: true
3939
- name: Upload SARIF to code-scanning
40-
uses: github/codeql-action/upload-sarif@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v3
40+
uses: github/codeql-action/upload-sarif@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a # v3
4141
with:
4242
sarif_file: results.sarif

.github/workflows/semgrep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
env:
3131
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}
3232
- name: Upload SARIF
33-
uses: github/codeql-action/upload-sarif@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
33+
uses: github/codeql-action/upload-sarif@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a # v4.36.3
3434
with:
3535
sarif_file: semgrep.sarif
3636
if: always()

0 commit comments

Comments
 (0)