Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mundialis/github-workflows
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.2.0
Choose a base ref
...
head repository: mundialis/github-workflows
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.3.0
Choose a head ref
  • 13 commits
  • 15 files changed
  • 8 contributors

Commits on Jun 7, 2024

  1. Configuration menu
    Copy the full SHA
    ca73365 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. improvements for grass-manual workflow

    anikaweinmann committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    f78b9f8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #24 from mundialis/grass_manual_improvements

    improvements for grass-manual workflow
    anikaweinmann authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    27dd9ac View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Update README.md

    anikaweinmann authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    c1d9fb6 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Add superlinter to workflow (#27)

    * add superlinter to workflow
    
    * add permissions for super-linter
    
    * rm permissions for super-linter
    
    * rm permissions for super-linter
    
    * merge super-linter jobs
    
    * remove mdformat version
    
    * update README
    
    * make superlinter subtypes configurable
    
    * fix lint docker flag
    
    * try if in envs
    
    * make all superlinter subtypes configurable
    
    * make bash severity configurable
    
    * enhance linting READMEs
    
    * update pre-commit for superlinter
    
    * separate pre-commit for super linter
    
    * Update linting-config-examples/README.md
    
    Co-authored-by: Anika Weinmann <[email protected]>
    
    * Update README.md
    
    ---------
    
    Co-authored-by: Anika Weinmann <[email protected]>
    mmacata and anikaweinmann authored Jul 10, 2024
    Configuration menu
    Copy the full SHA
    3038a23 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Update docker/build-push-action action to v6 (#26)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jul 17, 2024
    Configuration menu
    Copy the full SHA
    09a1af2 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Configuration menu
    Copy the full SHA
    8f1813b View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Configuration menu
    Copy the full SHA
    e263242 View commit details
    Browse the repository at this point in the history
  2. rename ruff config file

    JHalbauer committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    b18a2db View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. Merge pull request #33 from mundialis/add_ruff_linter

    add ruff linter to workflows
    JHalbauer authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    105f4d7 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. Delete .github/workflows/codeql.yml

    No CodeQL supported languages to scan in this repository
    mmacata authored Nov 14, 2024
    Configuration menu
    Copy the full SHA
    e645952 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. CI: fix syntax error in codeql.yml (#29)

    * CI: fix syntax error in codeql.yml
    
    Attempt to fix syntax error:
    
    ```
    Check failure on line 46 in .github/workflows/codeql.yml
    GitHub Actions / CodeQL
    
    Invalid workflow file
    
    The workflow is not valid. .github/workflows/codeql.yml (Line: 46, Col: 17): Unexpected value ''
    ```
    
    See log: https://github.com/mundialis/github-workflows/actions/runs/9971374622/workflow
    
    * fix language definition
    
    * add dummy data for codeql
    
    * update dummy c file
    
    * rename dummy file
    
    * simplify codeql workflow
    
    * try autobuild mode
    
    * no c
    
    ---------
    
    Co-authored-by: Carmen <[email protected]>
    neteler and mmacata authored Nov 26, 2024
    Configuration menu
    Copy the full SHA
    6c37f42 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2024

  1. added post PR reviews (#34)

    * added post PR reviews
    
    * fixed value error causing typo
    
    * added action to create/upload suggestions and added workflow call
    
    * removed worklflow call in post-pr-reviews
    
    * added referenced action
    
    * changes action path
    
    * change to ation dir only
    
    * added workflow_call
    
    * removed trigger in post PR review
    
    * added remote action and workflow trigger
    
    * commented condition for workflow run
    JHalbauer authored Nov 27, 2024
    Configuration menu
    Copy the full SHA
    095de6e View commit details
    Browse the repository at this point in the history
Loading