Skip to content

Commit 01ffc74

Browse files
authored
Merge pull request #233 from github/dependabot/github_actions/dependencies-ed0c4903a3
2 parents f74730c + 0570d5f commit 01ffc74

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/linter.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
python -m pip install --upgrade pip
2929
pip install -r requirements.txt -r requirements-test.txt
3030
- name: Lint Code Base
31-
uses: super-linter/super-linter@b92721f792f381cedc002ecdbb9847a15ece5bb8
31+
uses: super-linter/super-linter@e1cb86b6e8d119f789513668b4b30bf17fe1efe4
3232
env:
3333
DEFAULT_BRANCH: main
3434
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- uses: actions/[email protected]
6464
- name: Push Docker Image
6565
if: ${{ success() }}
66-
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75
66+
uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355
6767
with:
6868
context: .
6969
file: ./Dockerfile

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ jobs:
4242
path: results.sarif
4343
retention-days: 5
4444
- name: "Upload to code-scanning"
45-
uses: github/codeql-action/upload-sarif@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4
45+
uses: github/codeql-action/upload-sarif@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
4646
with:
4747
sarif_file: results.sarif

0 commit comments

Comments
 (0)