Skip to content

Commit

Permalink
Merge pull request #6 from atsign-foundation/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/actions/checkout-4.2.1

chore(deps): bump actions/checkout from 4.2.0 to 4.2.1
  • Loading branch information
gkc authored Oct 8, 2024
2 parents 0d6ecc4 + a6a9876 commit 9dd1e99
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,8 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
interval: "daily"
groups:
github-actions:
patterns:
- "*"
2 changes: 1 addition & 1 deletion .github/workflows/autobug.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 'Move issue to "Triage"'
uses: leonsteinhaeuser/project-beta-automations@d1c1261558118c0876fdb2b57a649303925e5a70 # v2.1.0
uses: leonsteinhaeuser/project-beta-automations@939000fb1900c9fc4f7b5058a09d9f833ebc6859 # v2.2.1
with:
gh_token: ${{ secrets.MY_GITHUB_TOKEN }}
organization: atsign-foundation
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tarball.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ jobs:
name: Generate source tarball
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- name: Create tarball
run: |
mkdir tarball
tar -cvzf tarball/uuid4-${{ github.ref_name }}.tar.gz example/ \
include/ src/ CHANGELOG.md CMakeLists.txt idf_component.yml \
LICENSE README.md
- uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
- uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
with:
name: uuid4-src-${{github.ref_name}}-${{github.run_number}}-${{github.run_attempt}}
path: ./tarball/uuid4-${{ github.ref_name }}.tar.gz
Expand Down

0 comments on commit 9dd1e99

Please sign in to comment.