Skip to content

Commit

Permalink
Merge pull request #680 from aws-otel/dependabot/github_actions/githu…
Browse files Browse the repository at this point in the history
…b-actions-deps-9f12ebbb65

Bump the github-actions-deps group with 4 updates
  • Loading branch information
humivo committed Dec 14, 2023
2 parents 5b615be + 29ba605 commit 61af53d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v4.0.0
uses: actions/checkout@v4.1.1

- name: Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
publish-smoke-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.0.0
- uses: actions/checkout@v4.1.1
- uses: enriikke/gatsby-gh-pages-action@v2
env:
GH_API_KEY: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -25,7 +25,7 @@ jobs:
needs: publish-smoke-test
steps:
- name: Checkout Smoke Test Branch
uses: actions/checkout@v4.0.0
uses: actions/checkout@v4.1.1
with:
path: smoke-test
ref: smoke-test
Expand All @@ -35,7 +35,7 @@ jobs:
echo $ST_LC
echo "SMOKE_TEST_LINE_COUNT=$ST_LC" >> $GITHUB_ENV
- name: Checkout Published Branch
uses: actions/checkout@v4.0.0
uses: actions/checkout@v4.1.1
with:
path: published
ref: gh-pages
Expand All @@ -58,7 +58,7 @@ jobs:
needs: verify-smoke-test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.0.0
- uses: actions/checkout@v4.1.1
with:
ref: gh-pages
- name: merge commit push
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
- ubuntu-latest
- windows-latest
steps:
- uses: actions/checkout@v4.0.0
- uses: actions/setup-node@v3
- uses: actions/checkout@v4.1.1
- uses: actions/setup-node@v4
with:
node-version: '16'
cache: 'npm'
Expand All @@ -29,7 +29,7 @@ jobs:
GH_API_KEY: ${{ secrets.GITHUB_TOKEN }}
- name: Upload site as actions artifact
if: ${{ runner.os == 'Linux' }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: site
path: public

0 comments on commit 61af53d

Please sign in to comment.