Skip to content

Commit

Permalink
Merge pull request #168 from eltana-org/dependabot/github_actions/git…
Browse files Browse the repository at this point in the history
…hub-actions-e814464ba1

Bump the github-actions group with 7 updates
  • Loading branch information
GrantBirki committed Jan 2, 2024
2 parents f9830d3 + bec354f commit 56c04e6
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/branch-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
key: ${{ runner.os }}-astro-build-${{ hashFiles('**/cache.json') }}

- name: build with astro
uses: withastro/action@e3193ac80e18917ceaeb9f2d47019ad3b2c0416a # pin@v0.3.0
uses: withastro/action@f122c0232093b3504e4c841a46c2eebd07c47392 # pin@v1.0.3

# deploy to GitHub Pages
deploy:
Expand All @@ -82,7 +82,7 @@ jobs:
# deploy the site to GitHub Pages
- name: deploy
id: deployment
uses: actions/deploy-pages@9dbe3824824f8a1377b8e298bafde1a50ede43e5 # pin@v2.0.4
uses: actions/deploy-pages@de14547edc9944350dc0481aa5b7afb08e75f254 # pin@v2.0.5

# update the deployment result - manually complete the deployment that was created by the branch-deploy action
result:
Expand Down Expand Up @@ -141,23 +141,23 @@ jobs:
# if the deployment was successful, add a 'rocket' reaction to the comment that triggered the deployment
- name: rocket reaction
if: ${{ steps.deploy-status.outputs.DEPLOY_STATUS != 'failure' }}
uses: GrantBirki/comment@v2.0.6
uses: GrantBirki/comment@v2.0.8
with:
comment-id: ${{ needs.trigger.outputs.comment_id }}
reactions: rocket

# if the deployment failed, add a '-1' (thumbs down) reaction to the comment that triggered the deployment
- name: failure reaction
if: ${{ steps.deploy-status.outputs.DEPLOY_STATUS == 'failure' }}
uses: GrantBirki/comment@v2.0.6
uses: GrantBirki/comment@v2.0.8
with:
comment-id: ${{ needs.trigger.outputs.comment_id }}
reactions: "-1"

# if the deployment was successful, add a 'success' comment
- name: success comment
if: ${{ steps.deploy-status.outputs.DEPLOY_STATUS != 'failure' }}
uses: peter-evans/create-or-update-comment@c6c9a1a66007646a28c153e2a8580a5bad27bcfa # pin@v3.0.2
uses: peter-evans/create-or-update-comment@23ff15729ef2fc348714a3bb66d2f655ca9066f2 # pin@v3.1.0
with:
issue-number: ${{ github.event.issue.number }}
body: |
Expand All @@ -170,7 +170,7 @@ jobs:
# if the deployment was not successful, add a 'failure' comment
- name: failure comment
if: ${{ steps.deploy-status.outputs.DEPLOY_STATUS == 'failure' }}
uses: peter-evans/create-or-update-comment@c6c9a1a66007646a28c153e2a8580a5bad27bcfa # pin@v3.0.2
uses: peter-evans/create-or-update-comment@23ff15729ef2fc348714a3bb66d2f655ca9066f2 # pin@v3.1.0
with:
issue-number: ${{ github.event.issue.number }}
body: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}

- name: Autobuild
uses: github/codeql-action/autobuild@v2
uses: github/codeql-action/autobuild@v3

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3
2 changes: 1 addition & 1 deletion .github/workflows/combine-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
steps:
- name: combine-prs
id: combine-prs
uses: github/combine-prs@v4.0.0
uses: github/combine-prs@v5.0.0
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
key: ${{ runner.os }}-astro-build-${{ hashFiles('**/cache.json') }}

- name: build with astro
uses: withastro/action@e3193ac80e18917ceaeb9f2d47019ad3b2c0416a # pin@v0.3.0
uses: withastro/action@f122c0232093b3504e4c841a46c2eebd07c47392 # pin@v1.0.3

deploy:
if: ${{ needs.deployment-check.outputs.continue == 'true' }}
Expand All @@ -61,4 +61,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@9dbe3824824f8a1377b8e298bafde1a50ede43e5 # pin@v2.0.4
uses: actions/deploy-pages@de14547edc9944350dc0481aa5b7afb08e75f254 # pin@v2.0.5
2 changes: 1 addition & 1 deletion .github/workflows/json-yaml-validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:

- name: json-yaml-validate
id: json-yaml-validate
uses: GrantBirki/json-yaml-validate@v2.3.1
uses: GrantBirki/json-yaml-validate@v2.5.0
with:
comment: "true" # enable comment mode

0 comments on commit 56c04e6

Please sign in to comment.