Skip to content

Commit

Permalink
Merge pull request #2460 from tarlepp/chore(c)/github-actions-update
Browse files Browse the repository at this point in the history
Chore(CI) - Updated GitHub action configuration
  • Loading branch information
tarlepp committed Oct 15, 2023
2 parents 673bb95 + be1de11 commit aa52c1b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Expand Up @@ -22,7 +22,7 @@ jobs:
fail-fast: false
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4.1.0
with:
fetch-depth: '0'

Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
fail-fast: false
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4.1.0
with:
fetch-depth: '0'

Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
fail-fast: false
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4.1.0
with:
fetch-depth: '0'

Expand Down Expand Up @@ -207,7 +207,7 @@ jobs:
fail-fast: false
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4.1.0
with:
fetch-depth: '0'

Expand Down Expand Up @@ -317,7 +317,7 @@ jobs:

steps:
- name: Make checkout
uses: actions/checkout@v3
uses: actions/checkout@v4.1.0

- name: Lint `./README.md`
uses: avto-dev/markdown-lint@v1
Expand Down Expand Up @@ -350,7 +350,7 @@ jobs:
- test

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4.1.0

- name: Set tag var
id: vars
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/scorecard.yml
Expand Up @@ -34,12 +34,12 @@ jobs:

steps:
- name: "Checkout code"
uses: actions/checkout@v3.1.0
uses: actions/checkout@v4.1.0
with:
persist-credentials: false

- name: "Run analysis"
uses: ossf/scorecard-action@v2.1.2
uses: ossf/scorecard-action@v2.3.0
with:
results_file: results.sarif
results_format: sarif
Expand Down Expand Up @@ -69,6 +69,6 @@ jobs:

# Upload the results to GitHub's code scanning dashboard.
- name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@v2.2.4
uses: github/codeql-action/upload-sarif@v2.22.2
with:
sarif_file: results.sarif
2 changes: 1 addition & 1 deletion .github/workflows/vulnerability-scan.yml
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4.1.0

- name: Build the Docker image
run: docker build . --file Dockerfile --tag symfony-flex-backend:master
Expand Down

0 comments on commit aa52c1b

Please sign in to comment.