Skip to content

Commit

Permalink
Merge pull request #85 from timoa/develop
Browse files Browse the repository at this point in the history
Minor fix for the Docker pipeline
  • Loading branch information
timoa authored Apr 12, 2022
2 parents bc8eb8f + 68fafea commit 7603e45
Show file tree
Hide file tree
Showing 3 changed files with 2,008 additions and 2,325 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # tag=v3

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}

- name: Update repo description
uses: peter-evans/dockerhub-description@616d1b63e806b630b975af3b4fe3304307b20f40 # tag=v2.4.3
uses: peter-evans/dockerhub-description@836d7e6aa8f6f32dce26f5a1dd46d3dc24997eae # tag=v3.0.0
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
Expand Down
Loading

0 comments on commit 7603e45

Please sign in to comment.