Skip to content

Commit

Permalink
Merge pull request #237 from spacetelescope/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/dot-github/workflows/master/actions-52585cecd6

Bump the actions group in /.github/workflows with 3 updates
  • Loading branch information
pllim authored Feb 22, 2024
2 parents e10e335 + 9e99668 commit 7ae7a7d
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 26 deletions.
62 changes: 42 additions & 20 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,42 +1,64 @@
doc:
- .github/**/*.md
- .readthedocs.yaml
- docs/**/*
- licenses/*
- CITATION
- '*.md'
- any: ['*.rst', '!CHANGES.rst']
- changed-files:
- any-glob-to-any-file:
- .github/**/*.md
- .readthedocs.yaml
- docs/**/*
- licenses/*
- CITATION
- '*.md'
- all-globs-to-any-file:
- '*.rst'
- '!CHANGES.rst'

testing:
- .github/**/*.yml
- conftest.py
- stginga/tests/*
- changed-files:
- any-glob-to-any-file:
- .github/**/*.yml
- conftest.py
- stginga/tests/*

BackgroundSub:
- stginga/plugins/BackgroundSub.py
- changed-files:
- any-glob-to-any-file:
- stginga/plugins/BackgroundSub.py

BadPixCorr:
- stginga/plugins/BadPixCorr.py
- changed-files:
- any-glob-to-any-file:
- stginga/plugins/BadPixCorr.py

DQInspect:
- stginga/data/*
- stginga/plugins/DQInspect.py
- changed-files:
- any-glob-to-any-file:
- stginga/data/*
- stginga/plugins/DQInspect.py

IPython Notebook:
- experimental/notebooks/*
- changed-files:
- any-glob-to-any-file:
- experimental/notebooks/*

MosaicAuto:
- stginga/plugins/MosaicAuto.py
- changed-files:
- any-glob-to-any-file:
- stginga/plugins/MosaicAuto.py

MultiImage:
- experimental/plugins/MIPick.py
- experimental/plugins/MultiImage.py
- changed-files:
- any-glob-to-any-file:
- experimental/plugins/MIPick.py
- experimental/plugins/MultiImage.py

Smoothing:
- experimental/plugins/Smoothing.py
- changed-files:
- any-glob-to-any-file:
- experimental/plugins/Smoothing.py

SNRCalc:
- stginga/plugins/SNRCalc.py
- changed-files:
- any-glob-to-any-file:
- stginga/plugins/SNRCalc.py

utils:
- stginga/utils.py
2 changes: 1 addition & 1 deletion .github/workflows/ci_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check base branch
uses: actions/github-script@v6
uses: actions/github-script@v7
if: github.event_name == 'pull_request'
with:
script: |
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 @@ -41,7 +41,7 @@ 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 }}
# If you wish to specify custom queries, you can do so here or in a config file.
Expand All @@ -52,7 +52,7 @@ jobs:
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@v2
uses: github/codeql-action/autobuild@v3

# ℹ️ Command-line programs to run using the OS shell.
# 📚 https://git.io/JvXDl
Expand All @@ -66,4 +66,4 @@ jobs:
# make release

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3
4 changes: 2 additions & 2 deletions .github/workflows/open_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Label PR
uses: actions/labeler@v4
uses: actions/labeler@v5
if: github.event_name == 'pull_request_target' || github.event_name == 'pull_request'
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
- name: 'Comment Draft PR'
uses: actions/github-script@v6
uses: actions/github-script@v7
if: github.event.pull_request.draft == true
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 7ae7a7d

Please sign in to comment.