rulezilla 0.4.13 → 0.4.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 54d3adc148d7abb3b5225e2ac51a3135956d5d331ed13a3dc3e1ca1058a739e7
4
- data.tar.gz: 647ac3e0ad2ba0e315c408bf9242c17d2bae66f4957ffebab4e209f8bf57ba09
3
+ metadata.gz: 7b94c23c1b0dde5e275369ea51059747742d49baaae565c32dd2a657cabb91b0
4
+ data.tar.gz: d901b02a20c5028f374a6b2b8aac3db3a852d5c7af7e884d6ca7a0e86f779b28
5
5
  SHA512:
6
- metadata.gz: 58812020478e8f50f0f53b14a9e8e68d2470af5f6ed52802d64475254a371bc6dd6ef35581198cee25854e3adb4f353d0c7d5ac84f21d21fbeaa9317d9445342
7
- data.tar.gz: e4376e0edbb27f2d3545667edf1894a099662a35d0e657cabe9b445138c068befe6670fb7f41b603b00701d6bfcd689387f7c916b07bae5508f0602669bf6bb8
6
+ metadata.gz: 60c14b5337fdfc5df01a7b5359c91ae43e1adf9a70fc17911e85aa457f5d3229a637a067467a1aa81229702dfee0bbf96e929a8cdaf2a81f3073771c2c8aafe6
7
+ data.tar.gz: 94a9205a27563d9d8611774d46f233daf7e5ff9d549102c0139ce98613eed83fe54f40bea6d545c06dd72d67ef9856955ccab7593f296ed34d1563acee4e3610
@@ -42,7 +42,7 @@ jobs:
42
42
 
43
43
  # Initializes the CodeQL tools for scanning.
44
44
  - name: Initialize CodeQL
45
- uses: github/codeql-action/init@v1
45
+ uses: github/codeql-action/init@v3
46
46
  with:
47
47
  languages: ${{ matrix.language }}
48
48
  # If you wish to specify custom queries, you can do so here or in a config file.
@@ -53,7 +53,7 @@ jobs:
53
53
  # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
54
54
  # If this step fails, then you should remove it and run the build manually (see below)
55
55
  - name: Autobuild
56
- uses: github/codeql-action/autobuild@v1
56
+ uses: github/codeql-action/autobuild@v3
57
57
 
58
58
  # ℹ️ Command-line programs to run using the OS shell.
59
59
  # 📚 https://git.io/JvXDl
@@ -67,4 +67,4 @@ jobs:
67
67
  # make release
68
68
 
69
69
  - name: Perform CodeQL Analysis
70
- uses: github/codeql-action/analyze@v1
70
+ uses: github/codeql-action/analyze@v3
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Rulezilla
4
- VERSION = '0.4.13'
4
+ VERSION = '0.4.14'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rulezilla
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.13
4
+ version: 0.4.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Simply Business