Skip to content

Commit

Permalink
Merge pull request #465 from procore-oss/dependabot/github_actions/de…
Browse files Browse the repository at this point in the history
…pendencies-8bbe4a85c6

chore(deps): bump the dependencies group with 3 updates
  • Loading branch information
lessthanjacob authored Sep 23, 2024
2 parents 36ad110 + b5fa076 commit 30e355d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ jobs:
- name: Checkout repository
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: Initialize CodeQL
uses: github/codeql-action/init@8214744c546c1e5c8f03dde8fab3a7353211988d # v3
uses: github/codeql-action/init@294a9d92911152fe08befb9ec03e240add280cb3 # v3
with:
languages: ${{ matrix.language }}
- name: Autobuild
uses: github/codeql-action/autobuild@8214744c546c1e5c8f03dde8fab3a7353211988d # v3
uses: github/codeql-action/autobuild@294a9d92911152fe08befb9ec03e240add280cb3 # v3
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@8214744c546c1e5c8f03dde8fab3a7353211988d # v3
uses: github/codeql-action/analyze@294a9d92911152fe08befb9ec03e240add280cb3 # v3
with:
category: "/language:${{matrix.language}}"
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: Check if version has been updated
id: check
uses: tj-actions/changed-files@e9772d140489982e0e3704fea5ee93d536f1e275 # v44
uses: tj-actions/changed-files@48d8f15b2aaa3d255ca5af3eba4870f807ce6b3c # v44
with:
files: lib/blueprinter/version.rb
release:
Expand All @@ -25,7 +25,7 @@ jobs:
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: Set up Ruby
uses: ruby/setup-ruby@52753b7da854d5c07df37391a986c76ab4615999 # v1
uses: ruby/setup-ruby@f321cf5a4d1533575411f8752cf25b86478b0442 # v1
with:
ruby-version: 3.2
bundler-cache: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: Set up Ruby ${{ matrix.ruby }}
uses: ruby/setup-ruby@52753b7da854d5c07df37391a986c76ab4615999 # v1
uses: ruby/setup-ruby@f321cf5a4d1533575411f8752cf25b86478b0442 # v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
Expand Down

0 comments on commit 30e355d

Please sign in to comment.