From 29d8290dcab136be48c40d365423b59b893825a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Feb 2024 18:53:03 +0000 Subject: [PATCH 1/2] Bump the actions group in /.github/workflows with 3 updates Bumps the actions group in /.github/workflows with 3 updates: [actions/github-script](https://github.com/actions/github-script), [github/codeql-action](https://github.com/github/codeql-action) and [actions/labeler](https://github.com/actions/labeler). Updates `actions/github-script` from 6 to 7 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v6...v7) Updates `github/codeql-action` from 2 to 3 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/v2...v3) Updates `actions/labeler` from 4 to 5 - [Release notes](https://github.com/actions/labeler/releases) - [Commits](https://github.com/actions/labeler/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/labeler dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci_workflows.yml | 2 +- .github/workflows/codeql-analysis.yml | 6 +++--- .github/workflows/open_actions.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci_workflows.yml b/.github/workflows/ci_workflows.yml index 9245a2c..be5545b 100644 --- a/.github/workflows/ci_workflows.yml +++ b/.github/workflows/ci_workflows.yml @@ -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: | diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 85a5501..fae9e15 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -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. @@ -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 @@ -66,4 +66,4 @@ jobs: # make release - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v2 + uses: github/codeql-action/analyze@v3 diff --git a/.github/workflows/open_actions.yml b/.github/workflows/open_actions.yml index e87bb21..f4c0040 100644 --- a/.github/workflows/open_actions.yml +++ b/.github/workflows/open_actions.yml @@ -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 }} From 9e996683148c7e1c1913481998eec46886e95332 Mon Sep 17 00:00:00 2001 From: "P. L. Lim" <2090236+pllim@users.noreply.github.com> Date: Thu, 22 Feb 2024 14:14:47 -0500 Subject: [PATCH 2/2] Update labeler.yml --- .github/labeler.yml | 62 ++++++++++++++++++++++++++++++--------------- 1 file changed, 42 insertions(+), 20 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index dfcbd4e..6fe7c77 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -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