1
0
Fork 0
mirror of https://github.com/Neargye/magic_enum.git synced 2026-01-09 23:34:23 +00:00

Bump the github-actions group with 4 updates (#331)

This commit is contained in:
dependabot[bot] 2024-01-12 15:23:40 +04:00 committed by GitHub
parent 414fb654d3
commit d3f466bf0c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 7 deletions

View file

@ -16,7 +16,7 @@ jobs:
name: "${{ matrix.config.os }}" name: "${{ matrix.config.os }}"
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
- name: Build Release - name: Build Release
run: | run: |

View file

@ -25,12 +25,12 @@ jobs:
steps: steps:
- name: "Checkout code" - name: "Checkout code"
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0 uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with: with:
persist-credentials: false persist-credentials: false
- name: "Run analysis" - name: "Run analysis"
uses: ossf/scorecard-action@e38b1902ae4f44df626f11ba0734b14fb91f8f86 # v2.1.2 uses: ossf/scorecard-action@0864cf19026789058feabb7e87baa5f140aac736 # v2.3.1
with: with:
results_file: results.sarif results_file: results.sarif
results_format: sarif results_format: sarif
@ -47,7 +47,7 @@ jobs:
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
# format to the repository Actions tab. # format to the repository Actions tab.
- name: "Upload artifact" - name: "Upload artifact"
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0 uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
with: with:
name: SARIF file name: SARIF file
path: results.sarif path: results.sarif
@ -55,6 +55,6 @@ jobs:
# Upload the results to GitHub's code scanning dashboard. # Upload the results to GitHub's code scanning dashboard.
- name: "Upload to code-scanning" - name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@17573ee1cc1b9d061760f3a006fc4aac4f944fd5 # v2.2.4 uses: github/codeql-action/upload-sarif@012739e5082ff0c22ca6d6ab32e07c36df03c4a4 # v3.22.12
with: with:
sarif_file: results.sarif sarif_file: results.sarif

View file

@ -28,7 +28,7 @@ jobs:
name: "${{ format('{0} NONASCII={1}', matrix.compiler.cc, matrix.compiler.nonascii) }}" name: "${{ format('{0} NONASCII={1}', matrix.compiler.cc, matrix.compiler.nonascii) }}"
runs-on: ${{ matrix.compiler.os }} runs-on: ${{ matrix.compiler.os }}
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
- name: Configure clang - name: Configure clang
run: | run: |

View file

@ -16,7 +16,7 @@ jobs:
name: "${{ matrix.config.vs }}" name: "${{ matrix.config.vs }}"
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
- name: Build Win32 - name: Build Win32
shell: bash shell: bash