[chore] : bump gorm.io/gorm from 1.30.3 to 1.31.0 in /tests/postgres in the go group across 1 directory #224
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Go fuzz test | |
| on: | |
| push: | |
| branches: [ main ] | |
| pull_request: | |
| branches: [ main ] | |
| jobs: | |
| fuzz-lexer-test: | |
| name: Fuzz lexer test | |
| runs-on: ubuntu-latest | |
| steps: | |
| # commit hash == v1.2.0 | |
| - uses: jidicula/go-fuzz-action@94694730887c9c0b8431d36c878f1b1bd368b7ff # TSCCR: no entry for action: "jidicula/go-fuzz-action" | |
| with: | |
| fuzz-time: 30s | |
| fuzz-regexp: Fuzz_lexerNextToken | |
| fuzz-parser-test: | |
| name: Fuzz parser test | |
| runs-on: ubuntu-latest | |
| steps: | |
| # commit hash == v1.2.0 | |
| - uses: jidicula/go-fuzz-action@94694730887c9c0b8431d36c878f1b1bd368b7ff # TSCCR: no entry for action: "jidicula/go-fuzz-action" | |
| with: | |
| fuzz-time: 30s | |
| fuzz-regexp: Fuzz_parserParse | |
| fuzz-mql-Parse-test: | |
| name: Fuzz mql.Parse test | |
| runs-on: ubuntu-latest | |
| steps: | |
| # commit hash == v1.2.0 | |
| - uses: jidicula/go-fuzz-action@94694730887c9c0b8431d36c878f1b1bd368b7ff # TSCCR: no entry for action: "jidicula/go-fuzz-action" | |
| with: | |
| fuzz-time: 30s | |
| fuzz-regexp: Fuzz_mqlParse |