Skip to content

Commit

Permalink
Update super-linter.yml to use super-linter/super-linter (OSGeo#3332)
Browse files Browse the repository at this point in the history
* Update super-linter.yml to use super-linter/super-linter

Super-linter is now in its own organization since April 26th, 2023. This updates the workflow to use newer releases.

* Apply fixes to email links in markdown
  • Loading branch information
echoix authored and HuidaeCho committed Jan 9, 2024
1 parent 6bd3070 commit d9413bf
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion .github/workflows/super-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,19 @@ jobs:

runs-on: ubuntu-latest

permissions:
contents: read
packages: read
# To report GitHub Actions status checks
statuses: write

steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Lint code base
uses: github/super-linter@v5
uses: super-linter/super-linter/slim@v5.7.2
env:
DEFAULT_BRANCH: main
# To report GitHub Actions status checks
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# Listed but commented out linters would be nice to have.
# (see https://github.com/github/super-linter#environment-variables)
Expand Down
2 changes: 1 addition & 1 deletion doc/infrastructure.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ User settings:

- The GRASS GIS CI user at Docker hub is "grassgis" (joined June 3, 2023),
see also <https://hub.docker.com/u/grassgis>
- Docker Hub access token are managed via grass-ci-admin@osgeo.org.
- Docker Hub access token are managed via <grass-ci-admin@osgeo.org>.
- The OSGeo Org membership is managed at <https://hub.docker.com/orgs>
through OSGeo-SAC

Expand Down
2 changes: 1 addition & 1 deletion macosx/ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -654,6 +654,6 @@ This program is free software under the GNU General Public License (>=v2).

\- William Kyngesburye

kyngchaos@kyngchaos.com
<kyngchaos@kyngchaos.com>

<http://www.kyngchaos.com/>

0 comments on commit d9413bf

Please sign in to comment.