mirror of
https://github.com/hapifhir/org.hl7.fhir.core.git
synced 2025-02-09 06:14:45 +00:00
Bump checkout action to v4
This commit is contained in:
parent
9c4f9eb2f5
commit
cb1b631548
2
.github/workflows/codeql.yml
vendored
2
.github/workflows/codeql.yml
vendored
@ -38,7 +38,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
|
||||
# Initializes the CodeQL tools for scanning.
|
||||
- name: Initialize CodeQL
|
||||
|
2
.github/workflows/license-check.yml
vendored
2
.github/workflows/license-check.yml
vendored
@ -22,7 +22,7 @@ jobs:
|
||||
# Steps represent a sequence of tasks that will be executed as part of the job
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
- name: Collect module licenses
|
||||
run: mvn clean install -DskipTests
|
||||
- name: Collect module licenses
|
||||
|
2
.github/workflows/owasp.yml
vendored
2
.github/workflows/owasp.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- run: |
|
||||
mvn -DskipTests install -P OWASP_CHECK
|
||||
|
Loading…
x
Reference in New Issue
Block a user