twiglet 3.4.3 → 3.4.8

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 16ed3e64581c0d1c8908cf35d0dd77646a9e14be9f4fe39a6528a0c193f3bdfb
4
- data.tar.gz: 83a5aeb0da1c3d2d44c464fee1ea602189dbae971b01473ffd91bc7358a30a8b
3
+ metadata.gz: aa66002d342a4010bd45cfac5f9d379feedf444bb0b7da9183abd32c48eefb73
4
+ data.tar.gz: 8c09fc2eae272156fb47e8bece9ec1ddc8aa20e30ea582554a45b7471fca6e43
5
5
  SHA512:
6
- metadata.gz: f396edf27be32a886a2f08872632a1d5b19d236ce4eb20c84c1fc4fbe14889442c901e476d2b6def32329cf0149032c806d726d2a849da52f0e6a886ec6cf97d
7
- data.tar.gz: 4425f5082fe34808c45d9b7eaca355721c025db44e626cea2c2f958ec0ce2cd254ed1bfcb2fcdb39b975f60572560e1da3ca6293cc45a656c3d387411f918d68
6
+ metadata.gz: ac5edd60f8444dce77ec6f5e0ee2c2d0cd7bc317944788ce4f8731564eadb89650f4fc25834bc6aedcdacd91f0f10ca9108b9bb0cfef70b2769a79ca6a344096
7
+ data.tar.gz: 59dc3907ede5435f2f1daa09f862c3d3ca7cd144cddf6e75f04b35698eb8a8262484c5d0705dd7c4ec6a99b4d8972a4d765c1bbf30956638043073f15e54e9ca
@@ -38,7 +38,7 @@ jobs:
38
38
 
39
39
  steps:
40
40
  - name: Checkout repository
41
- uses: actions/checkout@v2
41
+ uses: actions/checkout@v3
42
42
 
43
43
  # Initializes the CodeQL tools for scanning.
44
44
  - name: Initialize CodeQL
@@ -3,6 +3,8 @@ name: "Dobby action"
3
3
  on:
4
4
  issue_comment:
5
5
  types: [created]
6
+ permissions:
7
+ contents: read
6
8
  jobs:
7
9
  pr_commented:
8
10
  runs-on: ubuntu-20.04
@@ -11,7 +13,7 @@ jobs:
11
13
  BUNDLE_WITHOUT: "development:test"
12
14
  steps:
13
15
  - name: Chekcout action
14
- uses: actions/checkout@v2
16
+ uses: actions/checkout@v3
15
17
  with:
16
18
  repository: 'simplybusiness/dobby'
17
19
  ref: 'v3.0.0'
@@ -20,7 +22,7 @@ jobs:
20
22
  with:
21
23
  bundler-cache: true
22
24
  - name: Bump version
23
- uses: simplybusiness/dobby@v3.0.0
25
+ uses: simplybusiness/dobby@v3.0.1
24
26
  env:
25
27
  DOBBY_APP_ID: ${{ secrets.DOBBY_APP_ID }}
26
28
  DOBBY_PRIVATE_KEY: ${{ secrets.DOBBY_PRIVATE_KEY }}
@@ -12,7 +12,7 @@ jobs:
12
12
  name: Build and Publish
13
13
  runs-on: ubuntu-latest
14
14
  steps:
15
- - uses: actions/checkout@v2
15
+ - uses: actions/checkout@v3
16
16
  - name: Set up Ruby
17
17
  uses: ruby/setup-ruby@v1
18
18
  with:
@@ -31,7 +31,7 @@ jobs:
31
31
  id: get-gem-version
32
32
  run: echo "::set-output name=GEM_VERSION::$(bundle exec ruby -e 'puts Twiglet::VERSION')"
33
33
  - name: Create Release
34
- uses: actions/github-script@v5
34
+ uses: actions/github-script@v6
35
35
  env:
36
36
  GEM_VERSION: ${{ steps.get-gem-version.outputs.GEM_VERSION }}
37
37
  with:
@@ -6,6 +6,8 @@ on:
6
6
 
7
7
  env:
8
8
  CI: true
9
+ permissions:
10
+ contents: read
9
11
 
10
12
  jobs:
11
13
  build:
@@ -19,7 +21,7 @@ jobs:
19
21
  ruby-version: [2.6, 2.7, 3.0]
20
22
 
21
23
  steps:
22
- - uses: actions/checkout@v2
24
+ - uses: actions/checkout@v3
23
25
  - name: Set up Ruby
24
26
  uses: ruby/setup-ruby@v1
25
27
  with:
@@ -5,6 +5,9 @@ on:
5
5
  branches:
6
6
  - master
7
7
  types: [opened, synchronize]
8
+ permissions:
9
+ contents: read
10
+ statuses: write
8
11
  jobs:
9
12
  build:
10
13
  runs-on: ubuntu-18.04
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Twiglet
4
- VERSION = '3.4.3'
4
+ VERSION = '3.4.8'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: twiglet
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.4.3
4
+ version: 3.4.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Simply Business
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-12-01 00:00:00.000000000 Z
11
+ date: 2022-03-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json-schema