Skip to content

Commit

Permalink
Merge pull request #9 from ACCESS-Cloud-Based-InSAR/dependabot/github…
Browse files Browse the repository at this point in the history
…_actions/ASFHyP3/actions-0.11.1

Bump ASFHyP3/actions from 0.11.0 to 0.11.1
  • Loading branch information
cmarshak authored Jun 17, 2024
2 parents c988390 + 76e85cb commit 5849e48
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 17 deletions.
14 changes: 2 additions & 12 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,5 @@ on:
- dev

jobs:
changelog-udated:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Changelog check
uses: Zomzog/[email protected]
with:
fileName: CHANGELOG.md
noChangelogLabel: bumpless
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
call-changelog-check-workflow:
uses: ASFHyP3/actions/.github/workflows/[email protected]
2 changes: 1 addition & 1 deletion .github/workflows/release-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
call-release-workflow:
uses: ASFHyP3/actions/.github/workflows/[email protected].0
uses: ASFHyP3/actions/.github/workflows/[email protected].1
with:
release_prefix: s1_frame_enumerator
develop_branch: dev
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ on: push

jobs:
call-flake8-workflow:
uses: ASFHyP3/actions/.github/workflows/[email protected].0
uses: ASFHyP3/actions/.github/workflows/[email protected].1
with:
local_package_names: s1_frame_enumerator

call-secrets-analysis-workflow:
uses: ASFHyP3/actions/.github/workflows/[email protected].0
uses: ASFHyP3/actions/.github/workflows/[email protected].1

call-ruff-workflow:
uses: ASFHyP3/actions/.github/workflows/[email protected].0
uses: ASFHyP3/actions/.github/workflows/[email protected].1
2 changes: 1 addition & 1 deletion .github/workflows/tag-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
call-bump-version-workflow:
uses: ASFHyP3/actions/.github/workflows/[email protected].0
uses: ASFHyP3/actions/.github/workflows/[email protected].1
with:
user: access-cloud-insar-team
email: [email protected]
Expand Down

0 comments on commit 5849e48

Please sign in to comment.