Skip to content

Commit

Permalink
Merge pull request #2481 from tarlepp/dependabot/github_actions/githu…
Browse files Browse the repository at this point in the history
…b_actions_dependencies-4c82d15a20

Chore(deps): Bump the github_actions_dependencies group with 3 updates
  • Loading branch information
tarlepp committed Oct 28, 2023
2 parents b55f4d9 + ab2de2d commit 8bf3264
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@v4.1.0
uses: actions/checkout@v4.1.1
with:
fetch-depth: '0'

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

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

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

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

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

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

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

- 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@v4.1.0
uses: actions/checkout@v4.1.1
with:
persist-credentials: false

- name: "Run analysis"
uses: ossf/scorecard-action@v2.3.0
uses: ossf/scorecard-action@v2.3.1
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.22.3
uses: github/codeql-action/upload-sarif@v2.22.4
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@v4.1.0
uses: actions/checkout@v4.1.1

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

0 comments on commit 8bf3264

Please sign in to comment.